]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
PasswordsettingsAction aligned with FormAction
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 16 Jul 2015 23:47:43 +0000 (01:47 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 16 Jul 2015 23:47:43 +0000 (01:47 +0200)
commitcfaaf3c13cd97b73c4a7033f7714e36e294e3d9b
tree920e4329b09cfd0c16f34d3fd127d46150ee1634
parent47ef917f62c445d29b2690d73c1a7ae991fcc4dd
PasswordsettingsAction aligned with FormAction

Also made some changes in the password "munging" function call
common_munge_password to accept a profile instead of user ID (which
was only there because stoneage StatusNet used the ID to generate a
not-very-random salt, but nowadays we primarily use AuthCrypt plugin).
EVENTS.txt
actions/passwordsettings.php
actions/recoverpassword.php
classes/Profile.php
classes/User.php
lib/authenticationplugin.php
lib/util.php
plugins/AuthCrypt/AuthCryptPlugin.php
plugins/RequireValidatedEmail/actions/confirmfirstemail.php