Who to create openid registration as on this site?
Asked
Active
Viewed 379 times
-2
-
possible duplicate of [Using OpenID with Zend Framework.](http://stackoverflow.com/questions/2968607/using-openid-with-zend-framework) – Gordon Aug 19 '10 at 09:14
2 Answers
0
First Steps
The first thing you'll need, if you're going to begin accepting OpenIDs on your Web site, is a sign-in form. Here's the code:
<form method="post">
Sign in with your OpenID: <br/>
<input type="text" name="id" size="30" />
<br />
<input type="submit" name="submit" value="Log In" />
</form>
...
That should get you started.

Michael Robinson
- 29,278
- 12
- 104
- 130
-
it's authorization? but i need registration...then user come to my site, and hi don't have openid, i redirect he to https://www.myopenid.com/. Then user registration on https://www.myopenid.com/ he back (redirect) to my site with openid – ErgallM Aug 19 '10 at 09:50
0
CommunityID at http://source.keyboard-monkeys.org/projects/show/communityid will do what you are asking...

NinjaCat
- 9,974
- 9
- 44
- 64