[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] problem adding the first non-admin user in Emulab 5.0




> -----Original Message-----
> From: Robert P Ricci [mailto:ricci@cs.utah.edu]
>
> It's possible to turn this off with a site var:
>      general/joinproject/admincheck

This is odd, it appears that this check was already disabled by default.

mysql> select value from sitevariables where
name='general/joinproject/admincheck';
+-------+
| value |
+-------+
| 0     |
+-------+
1 row in set (0.00 sec)

Unless I'm misunderstanding that the value 0 means "check disabled."

Michael