summaryrefslogtreecommitdiff
path: root/src/server/rz_user.py
AgeCommit message (Expand)Author
2015-02-05rz_user, user_login.js: follow user id === email_address (current) conventionLV-426
2015-02-04refactor /monitor/x logic into rz_server_ctrlLV-426
2015-02-04REST endpoint: /monitor/user/list - list registered usersLV-426
2015-02-04rest__user_signup(): better logging, log activation linkLV-426
2015-02-04send_user_activation_link__email(): avoid duplicate exception handlingLV-426
2015-02-04send_user_activation_link__email(): return activation_link, logLV-426
2015-02-04rest__user_signup(): sanitize_and_validate_input, regex based implementationLV-426
2015-02-04rz_user: handle submitted passwordsLV-426
2015-02-04get_or_init_usreq_map(): refactor as inner functionLV-426
2015-02-04mv rest__login/logout to rz_userLV-426
2015-02-04prefix REST endpoints with 'rest__'LV-426
2015-02-01rz_req_handling: make_response__{http__empty,json__html,json__redirect}(),LV-426
2015-02-01rz_user.py: user related operations: user sign upLV-426