+
Account
+
+
+
+
+
+
+
+
+
+
+
+ More coming soon
+ Two-factor authentication and more.
+
+
+
+ ) }
+
+ { section === 'password' && (
+ ) => { if(event.key === 'Enter') { event.preventDefault(); submitPasswordChange(); } } }>
+
+
+
+ Reset password
+
+
+
+
+ Use at least { MIN_PASSWORD_LENGTH } characters. Mix upper & lowercase, numbers and symbols for a stronger password.
+
+
+
+
+
+
+
+
+ { feedback && (
+
+ { feedback.kind === 'error'
+ ?
+ : }
+ { feedback.message }
+
+ ) }
+
+
+
+
+
+
+ ) }
+
+ { section === 'email' && (
+ ) => { if(event.key === 'Enter') { event.preventDefault(); submitEmailChange(); } } }>
+
+
+
+ Change email
+
+
+
+
+ For security we ask you to confirm your current password before changing the email on your account.
+
+
+
+
+
+
+ { feedback && (
+
+ { feedback.kind === 'error'
+ ?
+ : }
+ { feedback.message }
+
+ ) }
+
+
+
+
+
+
+ ) }
+
+ { section === 'username' && (
+ ) => { if(event.key === 'Enter') { event.preventDefault(); submitUsernameChange(); } } }>
+
+
+
+ Change username
+
+
+
+
+ Renaming will log you out and you can only rename again after 30 days. Make sure your friends know your new name!
+
+
+
+
+
+
+ { feedback && (
+
+ { feedback.kind === 'error'
+ ?
+ : }
+ { feedback.message }
+
+ ) }
+
+
+
+
+
+
+ ) }
+