Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic Account Settings page #572

Merged
merged 7 commits into from
Mar 15, 2023
Merged

Add basic Account Settings page #572

merged 7 commits into from
Mar 15, 2023

Conversation

dshoreman
Copy link
Owner

Adds a new page, accessible via 'Account Settings' in the bottom-left menu, with two forms for changing the account password or name and email.

A much needed addition, and saves me having to worry about replacing the default user seeder with something more practical in the installer.

@dshoreman dshoreman added enhancement New feature or request php Pull requests that update Php code javascript Pull requests that update Javascript code labels Mar 15, 2023
@dshoreman dshoreman self-assigned this Mar 15, 2023
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #572 (c0d6905) into develop (6b6482a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             develop     #572   +/-   ##
==========================================
  Coverage      99.69%   99.69%           
- Complexity       449      451    +2     
==========================================
  Files             87       88    +1     
  Lines           1312     1325   +13     
==========================================
+ Hits            1308     1321   +13     
  Misses             4        4           
Impacted Files Coverage Δ
app/Http/Controllers/User/UpdateAccount.php 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dshoreman dshoreman merged commit 17b19e6 into develop Mar 15, 2023
@dshoreman dshoreman deleted the users/account-editor branch March 15, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant