mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 07:18:24 +00:00
Login with email and confirm age on registration (#493)
* Implement login with email * Add confirm age checkbox to register page * Fix registration unit tests * Fix registration unit tests for real this time Co-authored-by: Dagg <32235163+daggintosh@users.noreply.github.com>
This commit is contained in:
parent
f46bd4fc87
commit
ee11798dc6
7 changed files with 45 additions and 10 deletions
|
@ -4,6 +4,7 @@ public static class GeneralStrings
|
|||
{
|
||||
public static readonly TranslatableString Username = create("username");
|
||||
public static readonly TranslatableString Password = create("password");
|
||||
public static readonly TranslatableString Email = create("email");
|
||||
public static readonly TranslatableString Register = create("register");
|
||||
public static readonly TranslatableString ResetPassword = create("reset_password");
|
||||
public static readonly TranslatableString ForgotPassword = create("forgot_password");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue