Skip to content

Conversation

@iresharma
Copy link
Contributor

@iresharma iresharma commented May 3, 2023

Summary of change

Added optional password validation in updateEmailOrPassword function.

Related issues

Test Plan

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • coreDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in supertokens/constants.go
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In supertokens/constants.go > version variable
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

  • Item1
  • Item2

return Recipe{}, err
}
r.Config = verifiedConfig
var emailPasswordRecipe emailpassword.Recipe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undo change for where this variable was

@rishabhpoddar rishabhpoddar merged commit 691aeed into 0.12 May 4, 2023
@rishabhpoddar rishabhpoddar deleted the passwordPlolicyOnUpdate branch May 4, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants