enmotech / enmotech-docker-opengauss

Ennotech openGauss Docker Image
GNU General Public License v3.0
49 stars 28 forks source link

entrypoint.sh中对密码校验的强度和opengauss官方的设定不一致 #42

Open xqx930807 opened 5 months ago

xqx930807 commented 5 months ago

entrypoint.sh中对密码校验的强度是要求长度大于等于8,必须包括大写字母、小写字母、数字和特殊符号,根据opengauss官方手册,下划线属于特殊符号,但没有列入正则匹配,能否加入? opengauss官方的设定为长度大于等于8,包括大写字母、小写字母、数字和29个特殊符号中的任意三类即可,也就是说opengauss_123是符合官方要求的,但不符合entrypoint.sh中的正则表达式,能否优化?

xqx930807 commented 5 months ago

官方文档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

kamusis commented 4 months ago

on discussion

yabinji commented 4 months ago

我们修复一下这个问题