English 中文(简体)
Emailed key validation for user registration
原标题:

I have a web app. I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc.

The user chooses which avenue of login (openid, google, yahoo, etc). After couple of legs of redirection and the id supplier verifies the login is successful, the user is accepted. If my app sees the id for the first time it would put the user thro a registration mode. It would send the user an email with the encrypted validation key. The user clicks on the link in the email or copies the key into the entry field of the registration page.

Then I sat back for riposte and thought. What is the point of sending the first-time user an email with a validation key? Hasn t the user already demonstrated ownership of the id by logging in thro the id supplier-service.

The riposte I am contemplating is that I should only perform an emailed key validation when a user changes or supplies a new email. I should just consider a first time user validated once successfully logged in thro an id supplier, even for the first time, without need of an emailed key validation.

What do you think?

最佳回答

Sounds good to me.

问题回答

暂无回答




相关问题
Authlogic-oid with ONLY OpenID

I am implementing an internal site, for which I want our company s OpenID server to be the only means of registering and logging in. To be more specific, I don t even want a normal email and password/...

Best Coldfusion Library for OpenID [closed]

I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get s the most support, ...

authlogic auto_register feature using my options

I have auto registration working with authlogic using gaizka s version of authlogic_openid which I found on Github since pelle s original addition of the feature seemed to cause issues. http://...

Requesting email address from OpenID provider in PHP

What s the simplest way to request an email address from an OpenID provider? Is there a good PHP library that simplifies this problem? I know that providers implement things differently. I ve heard ...

Got a strange OpenID. How can I change it?

(I am sorry, I wanted to ask this question on "meta" first, but it says there that I "can t post my question there because I don t have an OpenID") Hello, I am just a new user here and don t ...

热门标签