Not possible to change username and password at the same time
See original GitHub issueSummary
Not really a bug, but a bit misleading for a user, as the changes in username are not recorded IF they change the value in the Username
field and then press the Reset password
button. With this workflow only the password change is recorded in the DB. The ideal would be to add and alert if the after any change in the Username
field admin does not press the Confirm
button. Not sure if this is possible… 🤔
System information
- Version:
pip install
kolibri-0.1.1rc3
- Operating system: Ubuntu 16.10
- Browser: Firefox 50
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Not Able to Change Password - Windows Server
User may not be able to change their password if you configure the 'User must change password at next logon' setting.
Read more >How to Change a Username or Password - Computer Hope
Changing the username and password in Windows 11. Change password. Press the Windows key , type "sign-in options", and then press Enter ....
Read more >How often should a username and password be changed to ...
The username is never changed, password changes are not considered that important anymore, a more secure password that is not changed is better...
Read more >Users can change their password with the same password
As I pointed out, it depends on the implementation. For example, if you use a one time password (like Wordpress) and an user...
Read more >How to Change Another User's Password in Windows - Lifewire
Windows 11, 10 & 8: Go to Control Panel > User Accounts > User Accounts > Manage another account > [user]. · Select...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this should be clearly two separate processes. We want the user to focus on one process at a time, no need for confirmation/error messages. The ONLY way to change and save a username is to hit “confirm”.
To make this more clear, we should NOT have the process for resetting password be titled “Edit Account Info”, but change it to “Reset Password”.
Would also suggest removing “Username: techsavvy” entirely from the update password modal to avoid confusion. It’s irrelevant to the password changing process.
Fixed #2154