Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Move current password field up in the edit account settings
+6
−0
Currently, the change password form looks like this:
Having a form like this might create some problems:
- Password - is it the new one or the old one? we find out only by checking the other fields.
- it is different from virtually all sites I know which place the current password as the first field and then require the new password and its confirmation
- password managers might fill the first password field (or all) and special attention is required to remove the new password and its confirmation from the first two fields
My suggestion is to have the form in this order:
- Current password
- New password
- New password confirmation
1 comment thread