The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

password_is STRING

Returns true if and only if the current user's password matches STRING

password

Never display a password

current_user_can

Allows the current user to see all their own attributes and everyone else to see their username.

Allows the current user to update any of their own attributes except whether or not their email has been confirmed.

Passes everything else off to the superclass.

auth_token

Returns the user's unique authentication token. If the user doesn't have one, sets one and returns it.

record_class

Identifies the correct record class for introspection