summaryrefslogtreecommitdiff
path: root/src/server/rz_user.py
AgeCommit message (Expand)Author
2015-04-05rest__logout: redirect on GET, invalidate cookie on GET/POSTLV-426
2015-04-05user_signup: improve error handling, cleanupLV-426
2015-04-02rz_user: signup: sugar coat pw signup exceptionsLV-426
2015-04-02rz_user: improve caller error handling - use API_Exception__bad_request's cal...LV-426
2015-04-02server/rz_user: fix typoAlon Levy
2015-02-25fix pw reset subject lineLV-426
2015-02-23rz_user.py: rest__pw_reset()LV-426
2015-02-23rz_user.py: util codeLV-426
2015-02-23rz_user.py: User_Pw_Reset_Request classLV-426
2015-02-23rest__login(): fix handling of multiple return values by lookup_user__by_emai...LV-426
2015-02-23generate_email_confirmation_key(): rename as generate_security_token, make av...LV-426
2015-02-15activate_user_account(): fix handling of multiple return valuesLV-426
2015-02-11rz_user.py: log activation failuresLV-426
2015-02-09rz_user.py: avoid passing html to render_templateLV-426
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