X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Ftuiconfig.c;h=80f0c94feb06a93b0c2040f74e368790f79d3400;hp=48e009750acb22fad6966044455ae5bd103cc8a1;hb=e329db30593524cc2d8851a4500bac41f2340354;hpb=8db8def130c7e0b01dfce85aa2bc207e22188b94 diff --git a/textclient/tuiconfig.c b/textclient/tuiconfig.c index 48e009750..80f0c94fe 100644 --- a/textclient/tuiconfig.c +++ b/textclient/tuiconfig.c @@ -261,19 +261,6 @@ void do_system_configuration(CtdlIPC * ipc) sc[60][0] = 0; } - /* Master user account */ - int yes_muacct = 0; - if (strlen(sc[58]) > 0) - yes_muacct = 1; - yes_muacct = boolprompt("Enable a 'master user' account", yes_muacct); - if (yes_muacct) { - strprompt("Master user name", &sc[58][0], 31); - strprompt("Master user password", &sc[59][0], -31); - } else { - strcpy(&sc[58][0], ""); - strcpy(&sc[59][0], "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"); - } - /* Save it */ scr_printf("Save this configuration? "); if (yesno()) {