chiliondanforth Posted January 31, 2023 Posted January 31, 2023 Is there a way to disable a bunch of the security captcha, and the " cannot use first name in new password" ? Getting quite annoyed with the new password situation. If I forget my password I just need it to send me my password rather than make a new one. Quote
Minosh Posted January 31, 2023 Posted January 31, 2023 1 hour ago, chiliondanforth said: Is there a way to disable a bunch of the security captcha, and the " cannot use first name in new password" ? Getting quite annoyed with the new password situation. If I forget my password I just need it to send me my password rather than make a new one. Hello The password is not stored in plaintext for security reasons. Only the password hash is stored, encrypted with the "one-way" encryption algorithm. During the authorization proccess, hash of the entered password is compared with hash in the database. Accordingly, it is not possible to obtain the original password Quote
jimdanforth Posted February 1, 2023 Posted February 1, 2023 He is not asking to access the original password. Instead to stop the captcha-like protection and the inability to EVER re-use a password. Quote
dkodin Posted February 1, 2023 Posted February 1, 2023 (edited) 44 minutes ago, jimdanforth said: He is not asking to access the original password. Instead to stop the captcha-like protection and the inability to EVER re-use a password. Check configuration value Settings->Configuration->My Store (insert into search field 2-step) -> 2-step backend authorization and set as FALSE or/and Managers->Members->(select your account)->Edit and set 2-step authorization override as Disabled or Global configuration Edited February 1, 2023 by dkodin Quote
jimdanforth Posted February 1, 2023 Posted February 1, 2023 Thanks, that narrows it down. Any way to reduce from the 12 characters? Quote
dkodin Posted February 1, 2023 Posted February 1, 2023 9 hours ago, jimdanforth said: Thanks, that narrows it down. Any way to reduce from the 12 characters? Try to check this Settings->Configuration->Admin Members-> Password Length and Password expiration Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.