Is there any interest in a lightweight login with your google account function?
It would add a button to the login page, and on return from google, see if the openidconnect sub identifier matches a known one and if so log that user in. If not, it would show the login form with an additional "Associate this Google account with your perlmonks user" checkbox checked, and if they log in with username and password, store the sub for next time.
Dunno if we'd need a way for a user to clear those.
Dunno for sure where they'd be stored, most efficient would be a new db table, but everyone's identifiers could be stored in a single settings node (it does look to me based on other usage like setting.vars should be changed from text to mediumtext anyway) and avoid a new table.
We'd need some cpan modules installed, I don't remember what the process for that is.
--
A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.