 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Apr 25, 2007 1:07 am Post subject: [1.7.1] Looking for 'passive' Viewers |
|
|
Hi folks !
I'm running 1.7.1 (at least that's what the zip says. Pages say 1.7.0
everywhere?)
However, my problem is elsewhere:
I need a viewer login that I can make publicly available, at least to a
group of several dozend to a hundred people.
How many users can be logged into the bugtracker with the same set of
email/password?
If more than 1 user can use the same log-in :
Would it be possible to restrict the "viewer" role in such a way that a
"viewer" cannot change the preferences (password, etc.)?
Thanks
Stefan |
|
| Back to top |
|
 |
Srivathsan, M IN BLR SIS Guest
|
Posted: Wed Apr 25, 2007 8:54 am Post subject: RE: [1.7.1] Looking for 'passive' Viewers |
|
|
Hi stefan,
I think there can be multiple logins of the same user into the eventum
app but this needs to be confirmed.
Regarding your "viewer" not able to change preferences, I guess you have
to tweak the code. Add this following code before line #90 in
<eventum-1.7.1>/templates/en/navigation.tpl.html:
{if $current_role > $roles.viewer}
Then add {/if} in line #91 (earlier line #90) between the texts
"...Preferences</a>" and "{$current_role > $roles.standard_user}".
Now, only users with roles greater than "viewer" alone can modify their
preferences - the "Preferences" link won't be visible to "viewers".
Thanks and rgds,
Watson
-----Original Message-----
From: stefan.weniger (AT) gmx (DOT) net [mailto:stefan.weniger (AT) gmx (DOT) net]
Sent: Wednesday, 25-Apr-2007 01:37
To: eventum-users (AT) lists (DOT) mysql.com
Subject: [1.7.1] Looking for 'passive' Viewers
Hi folks !
I'm running 1.7.1 (at least that's what the zip says. Pages say 1.7.0
everywhere?)
However, my problem is elsewhere:
I need a viewer login that I can make publicly available, at least to a
group of several dozend to a hundred people.
How many users can be logged into the bugtracker with the same set of
email/password?
If more than 1 user can use the same log-in :
Would it be possible to restrict the "viewer" role in such a way that a
"viewer" cannot change the preferences (password, etc.)?
Thanks
Stefan
--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe:
http://lists.mysql.com/eventum-users?unsub=M.Srivathsan (AT) siemens (DOT) com
**********************************************************************
This e-mail/fax contains confidential information and is for the exclusive use of the addressee/s. If you are not the addressee, then any distribution, copying or use of this e-mail/fax is prohibited. If received in error, please advise the sender and delete/destroy it immediately. We accept no liability for any loss or damage suffered by any person arising from use of this e-mail/fax.
********************************************************************** |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|