Subversion Repositories wimsdev

Rev

Rev 12555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12555 Rev 15324
Line 7... Line 7...
7
!if $lastauth!=$empty and $lastauth>=$currentauth-5
7
!if $lastauth!=$empty and $lastauth>=$currentauth-5
8
  auth_password=?$[$currentauth-$lastauth]????
8
  auth_password=?$[$currentauth-$lastauth]????
9
  delay=bad
9
  delay=bad
10
!else
10
!else
11
  delay=good
11
  delay=good
-
 
12
  auth_password_check=!passcheck $auth_password and $pass
-
 
13
  !!yet useful ??
12
  auth_password=!passcrypt $auth_password
14
  !!auth_password=!passcrypt $auth_password
13
!endif
15
!endif
14
 
-