-
Customer should be able to recover or reset a password.
1. Click on Forgot Password in Sign In Flow
2. Fill out username input
3. Submit and it should call forgotPassword method in Auth.js
4.…
-
Let's add the ability to recover passwords. Right now, only admin users can update regular users' passwords on the admin dashboard.
### Acceptance criteria
1. An screen to insert the email
2. A r…
-
Need to rework the password reset flow.
Some ideas, but need to check other implementations too.
1. Forgot password option to send password reset link
2. Password reset link timestamped with ex…
-
- API endpoint that sends an email
- see #38 for details about the link / code in the email
- API endpoint to receive the frontend request (with token from link or code + new password), update the m…
-
**Describe the bug**
The output contains a couple of exceptions and stacktraces but seem to work for some hosts.
**To Reproduce**
Steps to reproduce the behavior i.e.:
Command: `netexec smb lots…
-
## Description
Let's implement a recovery flow for users who forget their passwords.
## Technical Details
- I used a gem for the password stuff, so there might be some functionality there already…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
This is somehow related to #5…
-
# Feature Issue
### User Story
As a user, I want the system to enforce a maximum password length of 100 characters during registration, login and password change flow **so that** can crate secure p…
-
### Description
## Forgotten password
This should really just say “Password reset link is sent to the email supplied” regardless the email being found or not
We should show this in any case:
…
-
Allow a user to store a backup server-side, encrypted with a password. Need to address the issue that a backup size exposes information about a user's collection, namely the number of Jubmojis they ha…