Title |
|
Yeah, I think genRandomPassword()
is the way to go here.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-08 09:46:54 |
Closed_By | ⇒ | mbabker |
Labels |
Added:
?
|
See #8714
Unless there are characters in
JUserHelper::genRandomPassword()
that for whatever reason couldn't validate as a CSRF token that occasionally is included as part of a URL, just using that (which usesrandom_bytes()
) is good enough.