dewarim / LittleGoblin

A browser game framework written in Grails
Other
10 stars 2 forks source link

Add instant user generation for new players #134

Open dewarim opened 9 years ago

dewarim commented 9 years ago

Generate a random username with a default password, for example: "Hero Undead Lord Blue" (a la xkcd's correct horse battery staple).

This allows users to play without creating / validating an account or submitting personal information like their email address. If they like, they can later on change the username (todo: save historical information of account changes and/or limit name changes).