We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
entrypoint.sh中对密码校验的强度是要求长度大于等于8,必须包括大写字母、小写字母、数字和特殊符号,根据opengauss官方手册,下划线属于特殊符号,但没有列入正则匹配,能否加入? opengauss官方的设定为长度大于等于8,包括大写字母、小写字母、数字和29个特殊符号中的任意三类即可,也就是说opengauss_123是符合官方要求的,但不符合entrypoint.sh中的正则表达式,能否优化?
The text was updated successfully, but these errors were encountered:
官方文档https://docs-opengauss.osinfra.cn/zh/docs/5.0.0/docs/DatabaseAdministrationGuide/%E8%AE%BE%E7%BD%AE%E5%AF%86%E7%A0%81%E5%AE%89%E5%85%A8%E7%AD%96%E7%95%A5.html
Sorry, something went wrong.
on discussion
我们修复一下这个问题
No branches or pull requests
entrypoint.sh中对密码校验的强度是要求长度大于等于8,必须包括大写字母、小写字母、数字和特殊符号,根据opengauss官方手册,下划线属于特殊符号,但没有列入正则匹配,能否加入?
opengauss官方的设定为长度大于等于8,包括大写字母、小写字母、数字和29个特殊符号中的任意三类即可,也就是说opengauss_123是符合官方要求的,但不符合entrypoint.sh中的正则表达式,能否优化?
The text was updated successfully, but these errors were encountered: