HeyPublisher / heypublisher-submission-manager

HeyPublisher Wordpress Plugin
GNU General Public License v2.0
2 stars 1 forks source link

Username generation should NOT include user's email domain #41

Closed aguywithanidea closed 7 years ago

aguywithanidea commented 7 years ago

Right now we generate based upon email address, including the domain name. This makes the email address discoverable. We should allow users to set their own username in our system and use that everywhere they publish - and if not set, then use the first part of the user's email address.

Maybe we preset the username and have users change it.

IMPORTANT Once a username is set in WordPress it cannot be changed.

aguywithanidea commented 7 years ago

Update to pull in username from server and use that instead

aguywithanidea commented 7 years ago

PR #57 resolves this.