60 Commits

Author SHA1 Message Date
894c21f322 Move reset buttons to corresponding forms 2023-04-19 01:32:06 +02:00
2d95b11a34 Test registration e-mail 2023-04-19 00:31:52 +02:00
71bc68efb3 Test "sign out" 2023-04-16 02:41:04 +02:00
5615113b9f Test "register" 2023-04-14 01:09:18 +02:00
cc857a74bf Randomize sign-in tests 2023-04-14 00:28:49 +02:00
0ddf6b9d22 Test "sign in fails with invalid credentials" 2023-04-13 02:04:53 +02:00
3f2a92a6e5 Test "sign in" 2023-04-12 23:23:37 +02:00
51985bc88e Prepare system testing 2023-04-11 20:50:13 +02:00
deaf0fa73b Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
  status:integer
2023-03-11 22:56:32 +01:00
6d2d12a9da rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
  --skip-action-text --skip-active-job --skip-active-storage
  --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
  --skip-bundle .
2023-03-05 19:23:29 +01:00