]> git.ipfire.org Git - people/jschlag/pbs.git/commit
Move the check_password function into the users class
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Tue, 24 Oct 2017 12:43:42 +0000 (14:43 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Tue, 24 Oct 2017 12:43:42 +0000 (14:43 +0200)
commitc0b302b3e1fad323c46fab5899e952f76062deb4
tree9d26679bb273e5f423a3d82e2389592551104ea7
parent4ac87d61c3ecd22235a04522454952833ff405cd
Move the check_password function into the users class

So we can access the function easier.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
src/buildservice/users.py
src/web/handlers_auth.py