index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
rz_user_db.py
Age
Commit message (
Collapse
)
Author
2015-06-04
add copyright and license headers for GNU AGPL v3
Alon Levy
2015-05-03
rz_user_db: Fake_User_DB: add missing shutdown
Alon Levy
2015-05-03
rz_server/rz_user_db: don't create user_db if access_control==False; Fixes #530
Alon Levy
2015-04-27
server/rz_user_db: write to disk on every change
Alon Levy
2015-04-20
rz_user_db: user_count()
LV-426
2015-04-20
User_Account class migration
LV-426
2015-03-01
server/rz_user_db: add matching user_rm_role plus valid_role, admin & user ↵
Alon Levy
only valid roles for now
2015-02-23
rz_user_db: update_user_password()
LV-426
2015-02-15
validate_login(): better var naming
LV-426
2015-02-10
user_db lookup_user__by_email_address() exception handling:
LV-426
- clarifying the meaning of an 'unknown user' case - removing code duplication in user_db, sticking to exception raising
2015-02-10
server: check for stale cookies on login
Alon Levy
2015-02-04
User_DB: __iter__()
LV-426
2015-02-04
User_Account: __str__()
LV-426
2015-02-04
crypt_util: refactor validate_login(), mv to User_DB
LV-426
2015-02-04
User_DB: handle user passwords
LV-426
2015-02-04
User_DB: add non filtering __lookup_user__by_email_address()
LV-426
2015-02-01
rz_user_db: use User_Account class
LV-426
2015-01-25
simple user-db implementation using shelve, TODO: impl bkp
LV-426