Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Change username properties #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change username properties #50

wants to merge 1 commit into from

Conversation

andreaubbiali
Copy link
Contributor

  • increase max length to 40 chars
  • allow dots and underscores
  • fix test

Copy link
Member

@sgotti sgotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Just a small nit, then it LGTM.

@@ -7,6 +7,8 @@ import (
"regexp"
"time"

"github.com/asaskevich/govalidator"
"github.com/pkg/errors"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These imports were below and with a new line from the Iocal ones to separate them (it's idiomatic doing this with go just for clearness). Can you please remove this change?

- increase max length to 40 chars
- allow dots and underscores
- fix test
@andreaubbiali andreaubbiali changed the title Fix username Change username properties Nov 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants