mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed problem with changeing passwords
SVN revision: 152
This commit is contained in:
parent
fe57197798
commit
bcc7778277
5
elogd.c
5
elogd.c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 2.30 2002/06/25 11:52:24 midas
|
||||||
|
Fixed problem with changeing passwords
|
||||||
|
|
||||||
Revision 2.29 2002/06/20 14:53:33 midas
|
Revision 2.29 2002/06/20 14:53:33 midas
|
||||||
Synchronize indices if several logbooks share the same data directory
|
Synchronize indices if several logbooks share the same data directory
|
||||||
|
|
||||||
@ -7932,7 +7935,7 @@ LOGBOOK *cur_lb;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp(path, "last", 4) == 0 && strstr(path, ".gif") == NULL &&
|
if (strncmp(path, "last", 4) == 0 && strstr(path, ".gif") == NULL &&
|
||||||
*getparam("cmd") == 0)
|
!isparam("cmd") && !isparam("newpwd"))
|
||||||
{
|
{
|
||||||
show_elog_submit_find(cur_lb, 0, atoi(path+4));
|
show_elog_submit_find(cur_lb, 0, atoi(path+4));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user