Menu

#271 User Autologin ?

closed
nobody
None
1
2016-01-31
2005-01-12
jembi00
No

is it possible to set an autologin ?

I use moregroupware 0.7.2. with MYSQL user login
authentification.

I saw that by modifiying the login.tpl it is possible, but
how ? any ideas ?

(As a little association, we only use 1 user account to
share all the same information.)

thanks for your help

Discussion

  • jembi00

    jembi00 - 2005-01-24

    Logged In: YES
    user_id=924502

    I've found the solution by myself :

    you must modify :
    \moregroupware\modules\general\templates\default\html\login.tpl

    and change :

    line 55 :

    <input type="text" name="login" size="30" value="login_you_use">

    line 63 :

    <input name="password" type="password"
    value="password_you_use" size="30">

    then add line 123 :

    <script language="JavaScript">
    <!--
    document.f1.submit();
    //--
    </script>

    so the form will be validate automaticaly with the default
    login & password entrered...

    :)

     
  • jembi00

    jembi00 - 2005-01-24
    • priority: 5 --> 1
    • status: open --> closed-works-for-me
     
  • jembi00

    jembi00 - 2005-01-24
    • status: closed-works-for-me --> open-works-for-me
     
  • Matthieu PAINEAU

    • Status: open-works-for-me --> closed
     

Log in to post a comment.