User.pm: avoid assigning UUIDs to reserved users
commit544d518d11b6fac9cd0c89e6ed6ca272aea2fbaf
authorKyle J. McKay <mackyle@gmail.com>
Wed, 17 Sep 2014 14:25:07 +0000 (17 07:25 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 17 Sep 2014 14:25:07 +0000 (17 07:25 -0700)
tree5ba6369778a103c459dbbaa1e2c0061948a9db76
parentdcad805d5418cc00c9aea7eb28b4a1c16c23c18c
User.pm: avoid assigning UUIDs to reserved users

If a user does not have a valid email address then do not
automatically assign a UUID for that user (if it does not
already have one) when loading the user.
Girocco/User.pm