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