search for: loging_in

Displaying 3 results from an estimated 3 matches for "loging_in".

2006 May 10
3
AJAX reload
Ok I stole some script and I need some help on fixing it on one thing: Reloading on post. here''s the script: <div id="panel"> <form action="/loging_in/login" class="header-panel" href="/loging_in/login" id="login-panel" method="post" onsubmit="new Ajax.Request(''/loging_in/login'', {asynchronous:true, evalScripts:true, onLoading:function(request){Form.disable(this)}, parameters...
2006 May 04
6
Login generator ALWAYS says login unseccesfull
Hey I just ran this "ruby script/generate login loging_in" here is my SQL: CREATE TABLE `users` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(80) default NULL, `login` varchar(120) NOT NULL default '''', `last_update` timestamp NOT NULL default ''0000-00-00 00:00:00'', `last_attack` timestamp N...
2006 May 05
0
Login generator ALWAYS says login unsuccessfull
...mail.com> > Subject: [Rails] Login generator ALWAYS says login unseccesfull > To: rails@lists.rubyonrails.org > Message-ID: <6a537d96f327bc47e14432cef0cc3c58@ruby-forum.com> > Content-Type: text/plain; charset=utf-8 > > Hey I just ran this "ruby script/generate login loging_in" here is my > SQL: > CREATE TABLE `users` ( > `id` int(11) NOT NULL auto_increment, > `user_name` varchar(80) default NULL, > `login` varchar(120) NOT NULL default '''', > `last_update` timestamp NOT NULL default ''0000-00-00 00:00:00''...