diff --git a/src/elogd.c b/src/elogd.c index 33a44390..a9fdc72d 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -11665,6 +11665,14 @@ void show_config_page(LOGBOOK * lbs) show_standard_title(logbook, "", 0); + /*---- activation notice ----*/ + if (isparam("cmd") && strieq(getparam("cmd"), "Activate")) { + rsprintf("\n"); + sprintf(str, " %s <%s>", getparam("new_user_name"), getparam("new_user_email")); + rsprintf(loc("Activation notice has been sent to %s"), str); + rsprintf("\n"); + } + /*---- menu buttons ----*/ rsprintf("\n");