chickadee » awful » login-form

(login-form #!key (user-label "User: ") (password-label "Password: ") (submit-label "Submit") (refill-user #t)) procedure

Return a user/password login form (e.g., for using in authentication pages).

When the refill-user is #t, the User field is reffiled with the value from the user query string value when either the session or the password is invalid.

The user-label, password-label and submit-label keyword parameters are labels to be used for the user, password and submit form widgets, respectively.