##// END OF EJS Templates
User create/delete hooks for rcextensions....
User create/delete hooks for rcextensions. When a user is created or deleted, the CREATE_USER_HOOK or DELETE_USER_HOOK are called as part of the log_create_user and log_delete_user functions respectively. This is similar to the existing log_create_repository and log_delete_repository functions that already exist as part of the rcextensions module.
Jonathan Sternberg -
r4016:cce2d984 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / model
__init__.py Loading ...
changeset_status.py Loading ...
comment.py Loading ...
db.py Loading ...
forms.py Loading ...
gist.py Loading ...
meta.py Loading ...
notification.py Loading ...
permission.py Loading ...
pull_request.py Loading ...
repo.py Loading ...
repo_permission.py Loading ...
repos_group.py Loading ...
scm.py Loading ...
user.py Loading ...
users_group.py Loading ...
validators.py Loading ...