y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
28 stars 10 forks source link

Disable empty login string in debug mode and apply filter #293

Closed y0014984 closed 1 year ago

y0014984 commented 1 year ago

Prior to this pull request logins in debug mode with empty strings or strings containing blanks and special characters are allowed.

Merging this Pull Request will add a check for empty strings and applies a filter (a..z, A..Z, 0..9, "_") to debug mode usernames, but only if the entered username is not a legal username in this particular armaOS instance.