search for: userpassword_confirmation

Displaying 1 result from an estimated 1 matches for "userpassword_confirmation".

2006 Jan 19
1
[Newbie] undefined method `useremail'' error
...itle> </head> <body> Register <form action="register" method="post"> Email: <%= text_field("user", "useremail") %> Password: <%= text_field("user", "userpassword") %> Repeat password: <%= text_field_tag(:userpassword_confirmation, @params[:userpassword_confirmation]) %> <input type="submit" /> </form> </body> </html> PostgreSQL DDL CREATE TABLE "public"."tblUser" ( "UserID" BIGSERIAL, "PersonTitleID" BIGINT, "SecretQuestionID"...