How to use phpBB without saving cookies/passwords ? plz help

This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785

How to use phpBB without saving cookies/passwords ? plz help

Postby d1CK135 » Wed Nov 23, 2005 8:36 am

Hi @ll - I need your help :-)

I want to use phpBB in a School/University with about 50 Windows based computer-based classrooms. The BB will be configured as a support Forum for the teachers. Every teacher will receive an useracc & a password for the BB. But how can I make sure, that the teachers always logoff themselfs and that they do not "save" Passwords in Internet Explorer / Opera / Firefox ?? So I have to find a way, that everybody except the admins has to logon everytime on every PC - no matter if he was already logged on on that PC or not. And I have to find a way to "autologout" after a user is idle for about 5 minutes...

Some facts: ( phpBB 2.0.18, IE6 SP1, Opera, FireFox 1.0.7, Win2K/XP )
-Multiple teachers should be able to use the BB in multiple class rooms
-Every teacher/user should have to enter username and password on every machine he uses the BB, even if he already did and a cookie was created...
-When a teacher/user leaves a classroom or a machine he should be logged out after about 5 Minutes "inactive" that nobody who uses the room after him could use his BB account...
-All teachers/users use the same Windows user account, only the phpBB user account changes...

Please help me solving this problem... Many THX - *beep*, over and out
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm

Postby karlsemple » Wed Nov 23, 2005 8:46 am

the admin can disallow automatic logon using version 2.0.18 and force login everytime.

You can also set the session length to kill the session after a set time.
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby karlsemple » Wed Nov 23, 2005 8:49 am

suppose this is your main problem
All teachers/users use the same Windows user account, only the phpBB user account changes



because they may use explorers auto complete and then they could use each others account
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby starfoxtj » Wed Nov 23, 2005 8:50 am

karlsemple wrote:the admin can disallow automatic logon using version 2.0.18 and force login everytime.

Really? Where exactly is this option? I didnt see it under acp config.
Admin ToolKit v2.1a - An Admins most helpful tool for user management. Now Supports Mass User Deletion!
Change User's: names, passwords, emails, active status and avatar/pm permissions.
Ban/Unban Users, change Post and Resync Counts, and promote/demote users to admin.
Completely independent from your phpbb user account settings. No installation required, just upload one file.
User Upload ToolKit Beta - A quick and easy, 30 second-install, attachment mod. Now Supports Dynamic Thumbnails!
User avatar
starfoxtj
Registered User
 
Posts: 3714
Joined: Tue Jul 29, 2003 2:01 am

Postby karlsemple » Wed Nov 23, 2005 8:56 am

Image



in the config in the acp, new to version 2.0.18.
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby d1CK135 » Wed Nov 23, 2005 8:59 am

the "cookie session length" is okay, but what about saved pwd´s in the browsers ? I don´t want that my users play with each others accounts and use them to post spam oder b00-*beep*...

karlsemple
BeitragVerfasst am: Mi Nov 23, 2005 9:46 am Titel:
the admin can disallow automatic logon using version 2.0.18 and force login everytime.


where can i find this option, in the ACP i did not find anything like that...

regards, *beep*
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm

Postby karlsemple » Wed Nov 23, 2005 9:00 am

did you do the 2.018 template changes to your current template
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby d1CK135 » Wed Nov 23, 2005 9:05 am

The only change i made is that i use the german release of phpBB and the german subsilver skin released on www.phpbb.de ! But I don´t think that they changed the ACP so far...
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm

Postby karlsemple » Wed Nov 23, 2005 9:09 am

the new 2.018 acp has that option in it, its one of the changes in the new version, so it should bethere if your forums are up too date :?



its definatly a new feature in 2.0,18 cos i just got this out of the code changes install file!

Code: Select all
#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed styles!
# NOTE --- The following action is related to the new autologin option (this is where it can be enabled or disabled).
#
templates/subSilver/admin/board_config_body.tpl

#
#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines on a fresh subSilver template look like this:
#      <td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td>
#      <td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES}&nbsp; &nbsp;<input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td>
#   </tr>
#
{L_VISUAL_CONFIRM_EXPLAIN}
{CONFIRM_ENABLE}
</tr>

#
#-----[ AFTER, ADD ]---------------------------------------------
#
   <tr>
      <td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td>
      <td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES}&nbsp; &nbsp;<input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td>
   </tr>
   <tr>
      <td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td>
   </tr>

#
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby d1CK135 » Wed Nov 23, 2005 9:15 am

could you help me getting this option there - where it should be :P ? You have to excuse but I am no PHP god :oops:

:twisted: :twisted: Sorry, the peops who translated the skin/template and the code of phpBB from english two german forgot to translate these two options, so there are to empty lines, the firs with yes / no und the second with a text field with "0" in it :-)

But my problem is still present: How to log users out after 10 minutes "inactive" ? :P

many thx so far...
Last edited by d1CK135 on Wed Nov 23, 2005 9:26 am, edited 3 times in total.
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm

Postby karlsemple » Wed Nov 23, 2005 9:21 am

well assuming you really have got 2.0.18 installed then i am guessing only need to open and make the change i have posted above, guessing you have not made the change to your template for the checkbox .....
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby d1CK135 » Wed Nov 23, 2005 9:30 am

yupp yupp yupp, found the autologin option and it works fine... But how to logoff/disconnect idle users after a few minutes ? I searched through the mod section but unfortunately nothing that points to this direction could be found there...
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm

Postby karlsemple » Wed Nov 23, 2005 9:36 am

again in the admin control panel scroll down the left pane to the configuration link and then click it.......on this page your looking "Session length [ seconds ]", this should be set in seconds so 5 minutes you would set it too 300 for 5 minute session length, this should kill their login session after 5 minutes of inactivity i think.
Image
User avatar
karlsemple
Support Team Member
Support Team Member
 
Posts: 39388
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK

Postby d1CK135 » Wed Nov 23, 2005 9:56 am

I´ll try it with a few "dummy-users" :-)

Many Many thanks karlsemple ! You helped me a lot !

I´m out for some "live-tests" :P

Bye, *beep*
d1CK135
Registered User
 
Posts: 19
Joined: Tue Nov 22, 2005 1:17 pm


Return to 2.0.x Support Forum

Who is online

Users browsing this forum: MSN [Bot] and 9 guests