Block a user
allow period for the alias
reset account blocked flag
reset account blocked flag
Hmm. Ok. It's not entirely clear to me why it is like this, as any point where the pin is reset would simply enable to set the flag as reset? There would be no need to read the flag?
dev-api-aliases
reset account blocked flag
why is the check for incorrect pin attempts needed here? Why not just put it as part of the incorrect pin reset? Wouldn't that reduce the need for one read operation?
allow period for the alias
perhaps we can test it too?
foo
foo.bar
foo.bar.baz
and a couple of wrongs like
.foo
foo..bar
etc
allow period for the alias
Actually this should be previous regex then followed by 1+ dot-prefixed alphanumerics something like ^[a-zA-Z0-9]+(\.[a-zA-Z0.9])*$