rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: darkzero on September 06, 2009, 10:51:24 AM
-
I add new accounts via browser (macros), but it caused problems login if I add a new account by gui no problems login, help me please .
-
post the script you are using to create accounts.
maybe there's an error in it.
-
If the account does not exceed 10 no problem, but more than 10 account has problems.
{.if|{.?pomtask=add.}|
{:
{.if|{.and|{.?username.}|{.?password.}.}|
{:
{.new account|{.?username.}|password={.?password.}|enabled=yes|group:no|no-limits:no / /new account.}
{.set item|download |add access={.?username.}.}
:} /if.}
:} /if.}
help me please
-
it works fine here, i tried with 16 accounts.
you can send me your hfs.ini to support@rejetto.com
maybe the solution is there.
if you have no hfs.ini, then you can Menu > save options > to file
and it will be created.
anyway, this is a better rewriting of your script
{.if|{.and|{.?pomtask=add.}|{.?username.}|{.?password.}.}|{:
{.new account|{.?username.}|password={.?password.}|enabled=yes/new account.}
{.set item|download |add access={.?username.}.}
:} /if.}