[server] refactor server.utils.manager_userpasswd
- remove passwd parameter which was never used
- make the function usable when we have a login and want the user
to enter a new password, with confirmation
def postinit(vreg):
"""this callback is called at the end of initialization process
and can be used to load explicit modules (views or entities).
For instance :
import someviews
vreg.load_module(someviws)
"""
# from migration import migrate
# migrate(vreg)