On the first run of the server on an empty database, create a default administrator...
[citadel.git] / citadel / citadel.h
index 96908accef59c37d76e56d04f73dfa27ae294cd4..86777bf6542dc722e4304722e32edb01e22cb835 100644 (file)
@@ -47,6 +47,13 @@ extern "C" {
 #endif
 #endif
 
+/*
+ * This is the user name and password for the default administrator account
+ * that is created when Citadel Server is started with an empty database.
+ */
+#define DEFAULT_ADMIN_USERNAME "admin"
+#define DEFAULT_ADMIN_PASSWORD "citadel"
+
 /* Various length constants */
 
 #define ROOMNAMELEN    128             /* The size of a roomname string */