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

Conjurctl create account with predefined password fails when it contains , #2159

Closed
1 of 3 tasks
h-artzi opened this issue May 10, 2021 · 0 comments · Fixed by #2160
Closed
1 of 3 tasks

Conjurctl create account with predefined password fails when it contains , #2159

h-artzi opened this issue May 10, 2021 · 0 comments · Fixed by #2160

Comments

@h-artzi
Copy link
Contributor

h-artzi commented May 10, 2021

Summary

echo -n 'xbtjoedsfrLZWMMNYLKG}(,-,<+,_~2638104034' | conjurctl account create --name demo --password-from-stdin returns complexity error

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to the dev folder and execute the ./start script
  2. execute the command above
  3. See error as depicted above

Expected Results

The user is created with the password xbtjoedsfrLZWMMNYLKG}(,-,<+,_~2638104034

Actual Results (including error logs, if applicable)

The password you have chosen does not meet the complexity requirements....

Reproducible

  • Always
  • Sometimes
  • Non-Reproducible

Version/Tag number

v1.11.6

Environment setup

Locally on my personal computer (Mac)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant