search for: adminlogin

Displaying 2 results from an estimated 2 matches for "adminlogin".

2006 Apr 19
0
My database model''s connection appears messed up.
...tomer_admin (for 127.0.0.1 at 2006-04-19 01:45:49) [POST] Session ID: 34381c7b5af9cb7293c7bed8eddcf935 Parameters: {"action"=>"add_customer_admin", "controller"=>"login", "customer_admin"=>{"firstnames"=>"", "adminlogin"=>"zzzzz", "surname"=>"", "password"=>""}} [4;35;1mSQL (0.010000) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum =...
2006 Mar 15
3
[login_generator] implementing login limits
I have a simple Rails app that I am close to deploying on our intranet. The security model is "either you are an admin or your are not," with the method of implementing this model being done by the login_generator 1.1.0. There is one account set up, ''admin'', with three of us having the ability to logon with this username (i.e. we know the password). I am looking to