Join script should rule out retired usernames
[bpt/portal.git] / app / confirm.mlt
CommitLineData
b90b0980 1<% @header [("title", ["Confirm application"])];
a90da8b1
AC
2
3val id = Web.stoi ($"id");
4val passwd = $"p";
5
eea7b531
AC
6if App.confirm (id, passwd) then
7 %><h3><b>Confirmation successful</b></h3>
8 You should hear from us within a few days from now.<%
9else
10 %><h3><b>Error confirming</b></h3>
11 Did you already follow this confirmation link?<%
a90da8b1
AC
12end;
13
14@footer[] %>