Displaying 1 result from an estimated 1 matches for "lgin".
Did you mean:
gin
2011 Jan 24
11
Can't get login to work
Hi, could anybody help me try to get a login function working, I have
created a database for users called user1, I have the login screen set
up but when i hit login with a correct username and password, nothing
happens
I am expecting the lgin button to direct the user to the main page and
show the user as logged on, but nothing happens! Thanks!
Controller
class User1Controller < ApplicationController
def index
@title = "Temporary View"
@users = User1.find(:all)
end
def register
@title = "Register&qu...