Add password reset and email verification, change nomenclature so that "verification...
authorNick Downing <nick@ndcode.org>
Sun, 16 Jan 2022 00:04:47 +0000 (11:04 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 16 Jan 2022 01:27:31 +0000 (12:27 +1100)
commit8e2bb90797e5a6d174328ca29795af8909498e38
tree039ea20275f53c081109b617cc37315d5a4a263a
parentc3ae811e2743c03b6f27f6ca0ee021558ad1f005
Add password reset and email verification, change nomenclature so that "verification email" becomes "email verification link" similar to "password reset link"
_lib/navbar.jst
api/password_reset.json.jst [new file with mode: 0644]
api/sign_up/send_email_verification_link.json.jst [moved from api/sign_up/send_verification_email.json.jst with 98% similarity]
api/sign_up/verify_email.json.jst
api/verify_password.json.jst [new file with mode: 0644]
my_account/password_reset/index.html.jst [new file with mode: 0644]
my_account/send_verification_email/index.html.jst
my_account/sign_up/index.html.jst
my_account/verify_password/index.html.jst [new file with mode: 0644]