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