Closed (works as designed)
Project:
OpenID Selector
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2010 at 12:11 UTC
Updated:
11 Feb 2011 at 02:17 UTC
Hello,
I enabled the module with inline submodule.
Only on login does the selector show.
How could I show it on the user/register page as well?
Comments
Comment #1
andriy_gerasika commentedwhy? if you do not have an account and are logging in via OpenID it will create Drupal account automatically
Comment #2
giorgio79 commentedYes, but users who do not have an account will first go to User Register :)
And there is no OpenID Selector.
So they will register there...
Comment #3
andriy_gerasika commentedif you have both Login and Register links present in top block, you can redo that as simple Login link to /user -- this form will show both login, register and forgot my password
Comment #4
giorgio79 commentedFor me on the /user page I only have login block, plus OpenID Selector.
How can I put the register block on there as well and redirect /user/register to /user?
By default, Drupal has
/user for login block
and
/user/register
for register block.
Not sure how I can merge them.
Comment #5
andriy_gerasika commentedcan you send me URL of the website?
Comment #6
giorgio79 commentedSure, here is login
http://www.reviewcritical.com/user
and here is register
http://www.reviewcritical.com/user/register
These urls for login and register are the default for a Drupal installation.
Comment #7
andriy_gerasika commentedhttp://www.reviewcritical.com/user contains links to register and password subforms.
on your front page, in the bottom-right corner you have 3 links -- register, login, account. make just one link to /user -- if user is not logged in, link title should be "login" or "login or register", if user is logged in, link title becomes "account". but link is always the same -- /user
Comment #8
giorgio79 commentedOk thanks.
How about showing Openid Selector on Register page as well? Could we do that also?
Comment #9
andriy_gerasika commentedit is complex, OpenID Selector replaces core OpenID form.
Since Drupal does not put core OpenID form on user register page, there is nothing for OpenID Selector to replace.
First step would be to make core OpenID form appear on on user register page.
Comment #10
giorgio79 commentedTried copy and pasting the OpenID form alter for register block to this module, but not quite there yet...
Comment #11
andriy_gerasika commentedComment #13
andriy_gerasika commented