It would be nice to be able to specify whether or not you want the OpenID login or the Drupal login as the default state for the Login block.
It would be nice to be able to specify whether or not you want the OpenID login or the Drupal login as the default state for the Login block.
Comments
Comment #1
blakehall commentedI'll second the request for this.
I had to remove the user_login_block from openid_form_alter since it wasn't working.
It would be nice to add an admin settings page with configurable options. Are there other options that would be useful at admin/settings?
Comment #2
kmv commentedThis is straying from the original request, but yeah:
Comment #3
dag- commentedI have been hacking my own OpenID field as a block. Although I almost got there using the normal functionality and drupal_get_form() I was not able to mimic the behaviour like after an openid_form_alter(). I ended up adding a HTML block that was produced after Firefox's "View selected source" after I performed the openid_form_alter().
I am not sure why the following code as a block is not correctly working on Drupal6 though:
Insight is welcomed.
Comment #4
yngens commentedsubscribe
Comment #5
Leeteq commentedThis should indeed be a configurable option.
I just marked the following issue as a duplicate:
http://drupal.org/node/309062
Comment #6
dpi+1
Comment #7
dkollar commented+1
Comment #8
francewhoa+1
Comment #9
jday commentedI've added this to my theme's style sheet to show both log in options on the log in page