X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitadel.h;h=86777bf6542dc722e4304722e32edb01e22cb835;hp=96908accef59c37d76e56d04f73dfa27ae294cd4;hb=79609016818c50dedddfbb778de3ba9678391ddc;hpb=a1d3a2ae9d2bac5aec05e8d95d2a5adc93e6c29d diff --git a/citadel/citadel.h b/citadel/citadel.h index 96908acce..86777bf65 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */