ICT

Welcome guest
Login : Register : Team list : Latest posts : Help

» Home » Discussion Forums » Reading Topic
» ICT V 1.0 » Feature Discussions » log in default values << Older Newer >>
Only one page to show.
WayneG January 25th, 2007 20:45 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11187
PT: #1/3


How can I change the default log in settings to No encryption and login time to the max? The default values are not optimum for our setup.
 Thanks
PM: WayneG
Camil January 25th, 2007 23:20 GMT Print this post
Offline


Topics: 155
Replies: 3414
Development


Post: #11188
PT: #2/3


It's all located in the skin for either the quick login or the login page itself. For the quick login, go to the skin editor and in the global module in the section guest_bar find this part:
Code
<form action="{$this->base_addr}a={$this->modules_f['login']}&code=01" method="post" name="login">
<input type="hidden" name="PKEY" value="{$this->post_key}">
<input type="hidden" name="IP" value="{$this->server['REMOTE_ADDR']}">
<input type="hidden" name="REF" value="{$this->query}">
<input type="hidden" name="CookieDate" value="86400">
<input type="hidden" name="slevel" value="1">
<input type="hidden" name="privacy" value="0">

  <input type="text" size="10" maxlength="64" name="UserName" class="forminput">
  <input type="password" size="10" name="PassWord" class="forminput">
  <input type="submit" name="submit" value="Login" class="button">

</form>

Simply edit the CookieDate value to: 31557600 for a year and the slevel value to 0 and that will do it for that part. For the login page find with your skin editor in the login module in the main section. In the items for the drop down just add a "selected" option tho the item you want as default.
PM: Camil
WayneG January 26th, 2007 17:41 GMT Print this post
Offline


Topics: 8
Replies: 18
Member


Post: #11190
PT: #3/3
This message was edited by WayneG on January 26th, 2007 17:41 GMT

That did the trick
Thanks
PM: WayneG
Only one page to show. Posts in this thread ( 3 )

[ Subscriptions disabled ] [ Print Topic :: Print page]

» Home » Discussion Forums » Reading Topic

© ICT - Infinite Core Technologies 2002-2006 All Rights Reserved
Driven by ICT - Infinite Core Technologies
Privacy Policy