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

Create NOX.Type "Password" #109

Open
nagykarim opened this issue Jun 26, 2023 · 2 comments
Open

Create NOX.Type "Password" #109

nagykarim opened this issue Jun 26, 2023 · 2 comments
Assignees
Labels
p-scope The issue is assigned to a non Nox Team Member Types

Comments

@nagykarim
Copy link
Collaborator

No description provided.

@nagykarim nagykarim added enhancement New feature or request p-scope The issue is assigned to a non Nox Team Member labels Jun 26, 2023
@nagykarim
Copy link
Collaborator Author

  1. Password

What should be the type of this password value, maybe a salted hashed text?

  • "Synonim of Hashed text"

We are planning to have a PasswordTypeOptions for the Regex, what should be the default one?

  • Not a Regex!
    PasswordTypeOptions:
  • MinLength (default: 12) // check Micrsofot AAD min legth recommendation (8 or 12)
  • MaxLength (default: 128)
  • ForceUppercase (default: true)
  • ForceLowercase (default: true)
  • ForceSymbols (default: true) // which symbols? - all symbols
  • ForceNumbers (default: true)
    // Microsoft recommendation for password

@ivanakojovic1
Copy link
Collaborator

Blocked untill NOX.Type "HashedText" is merged.

@dejobratic dejobratic transferred this issue from NoxOrg/Nox.Types Jul 5, 2023
@nagykarim nagykarim added Types and removed enhancement New feature or request labels Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-scope The issue is assigned to a non Nox Team Member Types
Projects
None yet
Development

No branches or pull requests

3 participants