25 Commits (18154dd6de2f25cd485dd1d4dd432492100725f6)

Author SHA1 Message Date
  Pēteris Caune 163b020116
Signup form sets the "auto-login" cookie to avoid an extra click during first login 5 years ago
  Pēteris Caune dfee69584b
Don't show the "Sign Up" link in the login page if registration is closed. Fixes #280 5 years ago
  Pēteris Caune cdfc9840a7
Source formatted with Black 6 years ago
  Pēteris Caune afaa8767cd
Rate limit login-with-password attempts. 6 years ago
  Pēteris Caune d299feb420
Salt the ip address before hashing 6 years ago
  Pēteris Caune aaa3b2748e
Rate limiting for the "Log In" emails 6 years ago
  Pēteris Caune c1e4595ab2
If user has a single project, _redirect_after_login redirects to it. 6 years ago
  Pēteris Caune 6b0d566922
"My Projects" page. 6 years ago
  Pēteris Caune 0994006603
Drop Check.user_id and Channel.user_id (obsolete, using project_id now) 6 years ago
  Pēteris Caune 16bff94fab
Use BaseTestCase in test_login, less repetition 6 years ago
  Pēteris Caune 965998df18
Fix tests. 6 years ago
  Pēteris Caune 5aba9d6196
Fix after-login redirects to "Check Details" and other pages. 6 years ago
  Pēteris Caune bf1395801f
Fix after-login redirects for users landing in the "Add Slack" page 6 years ago
  Pēteris Caune 9214265136
Separate sign up and login forms. 6 years ago
  Pēteris Caune 4acd6a16e8
Login form: rename the email box to "identity" to avoid some auto-signup bots 6 years ago
  Pēteris Caune a58ce791c0
Improved layout & style, fixed hamburger menu in login page. 6 years ago
  Pēteris Caune 9cbd0138da
Demo checks shown on welcome page are not saved to database. User's first check is created when creating the user. 7 years ago
  Pēteris Caune a4855e1900
Rename form field "email" to "identity" to hopefully avoid some auto-form-fill spam. 7 years ago
  Pēteris Caune 157bd74aeb
Add test for case insensitive email addresses. 7 years ago
  Pēteris Caune 965accaedb REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113 8 years ago
  Pēteris Caune d9171adb1d _associate_demo_check was crashing for returning users after cleaning up old checks. 8 years ago
  James Moore b1bb1540b8 adds a SITE_NAME setting that's used to label the site 8 years ago
  Di Wu 2ebad09d14 check token redirect to login on bad token 9 years ago
  Pēteris Caune 947f686c61 Organize imports using isort. 9 years ago
  Pēteris Caune 364e7ebec9 Tests for hc.accounts 9 years ago