]> git.mxchange.org Git - friendica.git/commit
Allow colon in password
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Jan 2023 01:33:39 +0000 (20:33 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Jan 2023 01:34:20 +0000 (20:34 -0500)
commitd2033d4c927929e4db59e5a2e8fd8eb8037375c3
treeeb2b4a064aefe6fed61fb1d99c35712591e10f4b
parent81cd33466457a31e7694e503e32ff2cc90dce047
Allow colon in password

- It was disallowed because of a too strict intepretation of RFC2617
src/Model/User.php
src/Module/OAuth/Token.php
src/Module/Security/PasswordTooLong.php
src/Module/Settings/Account.php