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

Allow dot character as part of a user name #31

Closed
windware-ono opened this issue May 5, 2019 · 2 comments
Closed

Allow dot character as part of a user name #31

windware-ono opened this issue May 5, 2019 · 2 comments

Comments

@windware-ono
Copy link

It seems your regexp to check for a valid user name in usernameRule doesn't allow for a dot, but it's a valid character for a unix user name.

^[a-z_][-a-z0-9_]{0,31}$

@tg123
Copy link
Owner

tg123 commented May 5, 2019

discussion #9
or it can be disable by --upstream-workingdir-allowbadusernam

@windware-ono
Copy link
Author

No, I don't want to allow that config when you mention it as a security precaution.
Added on #9.

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

No branches or pull requests

2 participants