I'm using CAP:Authentication and I have a u_state field in my Users table.
The u_state field is a MySQL enum, and can be set to created, active,
restricted, or disabled.
I'm trying to figure out how I can display a "Sorry, your account has been
disabled" error page if a user with u_state=disabled tries to log in.
I looked at (and tried using) custom filters with CAP:Authentication, but
something like the following isn't supported syntax-wise:
CONSTRAINTS => { 'stateFilter:u_state' => "(created,active,restricted)"
}
Any suggestions?
-- Mark
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################