Page MenuHomePhabricator

Special:OpenIDLogin should remember user's provider and value entered
Closed, ResolvedPublic

Description

Author: sergey.chernyshev

Description:
Similar to bug 18422 Special:OpenIDLogin should remember user's provider choice and username they entered (if any) so user is presented with appropriate provider choice by default instead of just a resulting OpenID URL in default OpenID section.

This is important as many users will not understand what the URL is or recognize their auto-generated URL from providers like Google or similar.


Version: unspecified
Severity: enhancement

Details

Reference
bz22004

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:51 PM
bzimport set Reference to bz22004.

We can either save those values in cookies (I don't know if this is possible since only the URL is passed to the server) or try to find the provider based on the URL.

sergey.chernyshev wrote:

I think the easiest way might be JavaScript and not the server side.

sergey.chernyshev wrote:

Done in r60591 and r60592