When trying to create user and there is error on the form (like E-mail address field is required.)
there is still a message:
'Generated password'
but where?

Comments

japanitrat’s picture

Status: Active » Patch (to be ported)

Well, the message is thrown in a validate hook, which gets executed in every case.
I added a check against form_get_errors which disables the password generation if an error has thrown before. I hope this has no side-effects. Try the next release (beta 4)

Thanks for the hint!

kenorb’s picture

Thank you.

japanitrat’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.