The usernames are still unique, but the slugs used for URLs (and on
other places where uniqueness is a must) are unique.

But yeah, most people consider usernames unique. If your usernames
aren't unique you might want to call them something else, like display
name as Robert said.

You also could assign every user an id. If you save the data as
entities in the datastore (which you probably do) without any
explicitly defined Key, then you could fetch the entity id and use
that one. That id will definitely be unique.

On 9 Dec, 02:11, Tim Hoffman <zutes...@gmail.com> wrote:
> Well then usernames are unique ;-) ross, ross1
>
> T

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to