Much cleaner code for updating user details front-end

This commit is contained in:
Dane Everitt 2017-01-22 16:16:43 -05:00
parent 9e54dabe5b
commit 5f1bfcf980
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 152 additions and 105 deletions

View file

@ -163,6 +163,12 @@ return [
'new_password' => 'New Password',
'new_password_again' => 'Repeat New Password',
'new_email' => 'New Email Address',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'update_identitity' => 'Update Identity',
'username_help' => 'Your username must be unique to your account, and may only contain the following characters: :requirements.',
'invalid_pass' => 'The password provided was not valid for this account.',
'exception' => 'An error occurred while attempting to update your account.',
],
'security' => [
'header' => 'Account Security',