Tagged Questions
2
votes
3answers
3k views
customize login in google app engine
I need to add few more options for login and therefor need to customize create_login_url with some html code. Is there a way to add on your code in default login screen of google?
ENvironment - ...
1
vote
0answers
63 views
Green “Sign Up” button appears in Facebook Like Box
When not logged in into Facebook, a green "Sign Up" button sometimes appears on top inside the Facebook Like Box (using the iFrame version). I say sometimes, because it doesn't show up when logged out ...
1
vote
3answers
131 views
Ruby On Rails signup process in detail
This is Sucindran from coimbatore. I am fresher for ROR can any one refer me the coding how simply create registration and login process.
1
vote
1answer
157 views
Simplest Python user registration system?
I am building in Python on django framework. Having done some tutorials, I now want to build a very simple lightweight application.
The first part of my application is that I need a user system. i.e. ...
1
vote
3answers
311 views
How to log in a user right after signing up?
I know I should put the code in the create action of the users controller, but I'm not sure what code I should put. I also assume it should call the create action in my sessions controller, but again ...
0
votes
0answers
25 views
Display login and signup menus separately (grouped) using Lift
I have the following menu entries in my boot.scala to display a "Home", "About", and user menus from MetaMegaProtoUser:
val homeLink = new Link("index" :: Nil, false)
val homeMenu = ...
0
votes
1answer
35 views
Email address as login username - PHP & Zend_Auth?
I read an article showing how to do it to login using username.
Instead, I just want people to sign up and login using their email address since it is easier for them to remember.
Hope you guys can ...
0
votes
3answers
375 views
Sign up form (Registration) in android app to check username uniqueness
I am developing an app which requires me to use login using either fb account or sign up. I have created the sign up page which contains the following fields
Name
Username
Password
Confirm password
...
0
votes
3answers
156 views
Is email harvesting from login/signup/forgot forms a genuine concern?
I'm building a membership system keyed by email address. I.e. Email/password.
As I do it there is always this niggling concern in the back of my mind that a spammer is going to bot my forms and use ...
0
votes
2answers
243 views
test secure login and signup over SSL
I have implemented secured login and signup in my website.It working.Now I want to test it.I am not sure how to test whether it is correctly secured.
0
votes
1answer
172 views
Signup and login inputs in a single form
How to code form element and/or (php) script for this type of form? Thank you everyone.