chickadee » awful » login-form

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

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

When the refill-user is #t, the User field is refilled 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.

trampoline-path is a string that specify the path the form will be submitted to. It must match the path given as argument to define-login-trampoline.