Ticket #639 (assigned enhancement)
need better algorithm for account name generation
| Reported by: | wnorris | Owned by: | wnorris |
|---|---|---|---|
| Priority: | low | Component: | openid |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The current algorithm for generating account names for new OpenIDs is pretty bad. A good reference for a better algorithm could likely be found in http://openid.phpbb.cc/
Change History
comment:3 Changed 4 years ago by alanjcastonguay
I used the current algorithm because Wordpress doesn't like : or / in usernames. See sanitize_user() in formatting.php:317. phpbb appears to relax that
Note: See
TracTickets for help on using
tickets.
