rejetto forum

Login fail

0 Members and 1 Guest are viewing this topic.

Offline darkzero

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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 .


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
post the script you are using to create accounts.
maybe there's an error in it.


Offline darkzero

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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
« Last Edit: September 06, 2009, 03:58:22 PM by darkzero »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
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.}