Actions
Bug #1478
closedBackend approve toggle of already confirmed user changes the random password, but should not change it
Description
The following scenario generates a potential bug:
Relevant CB Configuration parameters:
Autogenerate random registration password Yes
Require Admin Approval Yes
Require Email Confirmation Yes
Frontend registration
applicant receives confirmation email and click on link
admin uses backend user management list to approve pending approval user by clicking on clock
applicant receives email with randomly generated password
applicant can login with these credentials
admin then toggles approved column by clicking on green checkmark that becomes red X mark and again green checkmark
==> At this point credentials previously used do not work!
Actions