Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Password validation #261

Open
camelPhonso opened this issue Jun 14, 2024 · 5 comments
Open

Add Password validation #261

camelPhonso opened this issue Jun 14, 2024 · 5 comments
Assignees

Comments

@camelPhonso
Copy link
Contributor

Expected Behaviour

When creating a new account users should receive feedback to guarantee they set up a valid password.

Acceptable input should include at least:

  • 1 number
  • 1 special character

Current Behaviour

Users can set up any password of their choosing without any restrictions from the app.

Steps to Reproduce

  1. Run your local environment
  2. Select 'Sign up' at the home screen
  3. Enter a password that does not meet the requirements described in this issue
  4. You're in 🙃
@camelPhonso camelPhonso added 🪴 new feature New planned feature 👣 good first issue Good for newcomers labels Jun 14, 2024
@camelPhonso camelPhonso added this to the User Account v1 milestone Jun 14, 2024
@camelPhonso camelPhonso removed the 🪴 new feature New planned feature label Jun 14, 2024
@RGHANILOO
Copy link

!request

Copy link

🤖 meep morp!

Thank you for your contribution @RGHANILOO - this Issue is assigned to you as requested ✨

🔎 Please keep in mind that in order to give everyone a chance to contribute Issues may be unassigned if they go stale.
You will be warned if the Issue is marked as stale at any point.

🔎 Please review our documentation for guidance on:

  • common Patterns we follow in the code base
  • conventions set for commit messages and naming of functions, classes or files

💡 The core team is available for any help and will try to respond to any comments in this Issue or questions on discord as quickly as possible.

Happy coding ! 🦆

Copy link

github-actions bot commented Jul 3, 2024

🤖 meep morp!

This Issue is now marked as stale because there has been no activity for a while.

🔎 The Issue will be automaticaly unassigned and moved to the Backlog if it doesn't receive new activity in the next 7 days.

💡 To unstale this Issue please push any commits that are ready or provide an update in the comments.

@github-actions github-actions bot added the Stale This issue has been inactive and will be moved to the Backlog if not resolved soon label Jul 3, 2024
@RGHANILOO
Copy link

i am still working on this issue if i can't make any progress with it i will update.

@github-actions github-actions bot removed the Stale This issue has been inactive and will be moved to the Backlog if not resolved soon label Jul 4, 2024
@camelPhonso
Copy link
Contributor Author

@RGHANILOO before you get too bogged down on validating old-school (which I think you were already) look at this documentation.

Check out how this can be set in your containerised Studio URL link and then add a migration - some features are not available through the Studio URL but can be edited through the config.toml file in our supabase directory.

We also have a prepared script to create a migration file in the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants