Skip to content
Snippets Groups Projects
Commit 32983db4 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Move most of the password changing code to the backend, as I just did

for email changes. Currently, the hash is passed in on the command
line from the web interface, and there is no method for invoking it on
the command line and providing a text password, but that is an easy
change now that the bulk of the code is in the backend instead of the
web interface.

Note that this change took longer cause we allow inactive,frozen, and
wikionly users to change their password, but since they do not have
accounts (yet) the operation is invoked as user "nobody" and tbacct
about to me made aware of that possibility.

Also add equivalent auditing email message that goes to the user when
password is changed.

Also more cleanup and conversion to objects.
parent 6d50ce56
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment