rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: darkzero on September 06, 2009, 10:51:24 AM

Title: Login fail
Post 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 .
Title: Re: Login fail
Post by: rejetto on September 06, 2009, 12:11:08 PM
post the script you are using to create accounts.
maybe there's an error in it.
Title: Re: Login fail
Post by: darkzero on September 06, 2009, 12:29:57 PM
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
Title: Re: Login fail
Post by: rejetto on September 13, 2009, 10:31:38 AM
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.}