Changeset 599


Ignore:
Timestamp:
1999-09-17T11:55:50+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed small, frustrating bug. 'b' cgi argument was being used for two
different things and was creating problems with the authentication stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/authen.dm

    r382 r599  
    1919<tr><td>username</td><td><input type="text" name="un" value="_cgiargun_" size=10></td></tr>
    2020<tr><td>password</td><td><input type="password" name="pw" size=10></td></tr>
    21 <tr><td></td><td><input type="submit" name=b value="sign in"></td></tr>
     21<tr><td></td><td><input type="submit" value="sign in"></td></tr>
    2222</table>
    2323</form>
Note: See TracChangeset for help on using the changeset viewer.