linuxmuster / linuxmuster-base7

Mangement scripts for linuxmuster.net V7
GNU General Public License v3.0
13 stars 8 forks source link

Escape dollar in regexp #140

Closed kiarn closed 2 years ago

kiarn commented 2 years ago

re.search(r"\$", password) is not None will return True on each password string, which will block the setup process.

See https://ask.linuxmuster.net/t/bei-lmn71-setup-there-is-no-admin-passwort/8911

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 0a58c911 and detected 0 issues on this pull request.

View more on Code Climate.

kiarn commented 2 years ago

Already done with single commit.