ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
114
|
Fri Aug 16 10:26:14 2002 |
| eric wooten | wootene@verizon.net | Request | | | Re: self register enhancmenets |
Also having the ability to subscribe to notifications for one or more
logbooks (if access is given - along with the ability to choose which
categories, etc notifications are sent.
> Couple Wish List Items for the Self Register:
>
> -allow the user to pick which type of log entries (which categories, etc)
> they would like to subscribe to and receive notifications on.
>
> -Option to use an existing LDAP database to authenticate users instead of
> maintaining a password file. |
124
|
Tue Sep 10 17:09:59 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: Multiple eLogs |
> I have two different groups who want elogs for all of their members. How do
> I set elog up so group 1 uses port 8082 and group 2 uses 8083 (and they
> don't see each other's messages in the initial "menu" screen.
You run two instances of the elogd daemon like:
elogd -p 8082 -c /usr/local/elog/elogd1.cfg
elogd -p 8083 -c /usr/local/elog/elogd2.cfg |
125
|
Tue Sep 10 17:13:32 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: logical search operators |
> It is posible to use logical search operators like "and" and "or" ?
>
> Which Operators can i use how do i so ?
>
>
> Thank you for your anwser.
No, not yet. I put it on the wishlist. I'm looking for a C function which can
doe lexical evaluations like
author="stefan ritt" AND (category=Question OR category="Bug Fix")
does anybody know such a function? |
128
|
Tue Sep 10 17:24:25 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Author & pwd case sensitive ? |
> Is it possible to make the author and pwd check case in-sensitive?? I
> noticed that unless you type your userid and password in the same case each
> time, the system doesn't recognize your or thinks the info is invalid.
>
> thanks,
> eric
Well, that's how it should be. All other systems I know like Windows NT
Login, Linux login etc. are case-sensitive, so we should follow that standard. |
129
|
Tue Sep 10 17:26:21 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Password reset option |
> Some options for the password setting:
> The ability that if admin creates a temporary password for the user, force
> the user to change the password once logged in.
>
> User forgets password, system generates a random pwd and sends it to user
> via email, after they log in force pwd change.
>
> option to expire an account or expire a pwd after so many days??
>
> just some ideas..
>
> still loving the new features!!
Ok, put on the wish list. |
131
|
Tue Sep 10 17:29:27 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Displaying attributes when creating a new entry |
> Say I have an attribute called OS
>
> Instead of having a drop down box is there a way to use either the radio
> button like what is used with ICON?
From Version 2.1.2 on you have the option "ROptions = ..." for that. |
137
|
Tue Sep 24 16:59:11 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug fix | | | Re: Error with not existing user name |
> Elogd v. 2.1.2:
>
> When trying to acces a password protected Log (global password file) with a
> non existing username one gets the response : cannot open file : <pw
> filename>
>
> Better would be a message like: wrong user or password!
Has been fixed in 2.2.0 |
139
|
Tue Sep 24 17:05:43 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: weird date bug |
> i have a forum with one message. the forums is displayed with the search
mode set to threaded.
>
> the list shows this:
>
> posted by tony summerfelt on Tuesday, September 17/2002 -- 11:19 AM
>
> but the entry date on the message is:
>
> Sunday, September 01/2002 -- 01:47 AM
>
> the 'posted by' shows the current date/time everytime i look at the message.
I vaguely remember there was once a problem with that date. So can you please
try again with a recent version of ELOG? |