Closed (fixed)
Project:
OpenID
Version:
5.x-1.x-dev
Component:
OpenID Client
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 May 2007 at 17:33 UTC
Updated:
11 Aug 2007 at 04:20 UTC
Hi - in testing the module with Drupal 5.1 I found a few usability concerns - perhaps these have been addressed in Drupal 6?
They mostly stem from the fact that there ought to be a separation between authentication and account, such that the OpenID used for authentication is not the same as the Drupal username, perhaps using a table such as:
create table user_openids (
openid_url varchar(255) not null,
primary key (openid_url),
user_id int not null,
index (user_id)
);
This would, among other things, help solve some of the usability problems with the current implementation, which include:
I'll keep testing, and I'll try to pull a more stable copy of Drupal 6 for testing where some of these changes may have been incorporated.
Hope this helps - and thanks!
=Fen
Comments
Comment #1
walkah commentedthere has always been separation between the openid and the account - check hte {authmap} table.
I believe your other concerns have been addressed in the latest version.
Comment #2
(not verified) commented