Latest core, autoaccount enabled from distro97. When i'm trying to create account then i'm getting error:
"Attempted to create account with non-alphanumeric characters.
syslog [pkg/systems/accounts/hook/onLogin.ecl]: Username=(9) 'username"
I'm not using any non alphanumeric characters.
non-alphanumeric characters
Any progres with this? When i put print to debug in line after RemoveJunk (line 53 & 54):
and im trying to create account (im not using any non-alphanumeric characters) it shows in the console:
I'm using client 5.0.9.1
Code: Select all
(...)
username := RemoveEndJunk(username);
password := RemoveEndJunk(password);
print(username);
print(password);
(...)
Code: Select all
testt os
test aa s 123
syslog [pkg/systems/accounts/hook/onLogin.ecl]: CreateAccount() Error: Attempted
to create account with non-alphanumeric characters.