User.pm: users now are assigned a uuid at registration
commit767fc0c3df802e12024c86fa8d16e95aee8949a4
authorKyle J. McKay <mackyle@gmail.com>
Wed, 3 Jul 2013 21:33:46 +0000 (3 14:33 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 3 Jul 2013 21:33:46 +0000 (3 14:33 -0700)
tree2fb6c74c092d2a60d553b5addb85e775aab7af59
parent6d9f928c31be6a0f3e9c115a76b0689696fd8b01
User.pm: users now are assigned a uuid at registration

This allows a username that's been removed and re-registered
by someone else to be distinguished.

Existing users without a uuid will be assigned one the next
time the user is loaded.

The uuid is stored in the user description field separated
from the email address with a comma since a ',' is not
allowed in email addresses.
Girocco/User.pm