implement osusers.forms.ChangeOsUserPasswordForm

- implement new form for password changes
- use osusers.forms.PASSWORD_MISMATCH_ERROR in osusers.admin
- add autogenerated documentation
This commit is contained in:
Jan Dittberner 2015-01-24 16:15:42 +01:00
parent 3a9110dc30
commit 68c0bfbb4e
3 changed files with 81 additions and 5 deletions

View file

@ -18,6 +18,13 @@
:members:
:py:mod:`forms <osusers.forms>`
-------------------------------
.. automodule:: osusers.forms
:members:
:py:mod:`models <osusers.models>`
---------------------------------