Generic Function Register-User (2 methods)

( register-user < user-token > &key < store > < password > < needs-confirmation-within > (needs-confirmation-within *default-token-validity*) (store *default-password-store*) )

Part of:

package cl-password-store

Register user identified by USER-TOKEN in store specified by :STORE argument (default: default-password-store). Set password if :PASSWORD is given (default: no password set, meaning locked account). :NEEDS-CONFIRMATION-within (default default-token-validity) makes the account unusable until confirmation has occured. Can be NIL to indicate that no confirmation is needed. Returns up to two values: a user object and possibly the confirmation token.

Method Summary

register-user < string > 
register-user < user-token-mixin