flexmeasures.ui.views.users.views

Functions

flexmeasures.ui.views.users.views.render_user(user: User | None, msg: str | None = None)

Renders the user details page.

Classes

class flexmeasures.ui.views.users.views.UserCrudUI
auditlog(id: str)

/users/auditlog/<id> View all user actions.

get(id: str)

GET from /users/<id>

index()

/users

reset_password_for(id: str)

/users/reset_password_for/<id> Set the password to something random (in case of worries the password might be compromised) and send instructions on how to reset.