@**
* Copyright (C) 2012, 2017 Kaj Magnus Lindberg
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see
You have been unsubscribed.
If you want to prevent resubscriptions during the next months, you can do that, here. That is, you'd prevent yourself and other people from subscribing to email notifications again, using your email address.
} @preventResubForm = { } @resubsPreventedInfo = {Resubscriptions are now prevented.
You can actually still resubscribe to email notifications, but then you need to authenticate yourself. You do that by signing up or logging in at the forum, with emai and password, or Gmail or Facebook, for example.
Kind regards
} @doWhat match { case "" => { @unsubForm } case "unsub-done" => { @unsubDoneInfo } case "prevent-resub" => { @preventResubForm } case "resub-prevented" => { @resubsPreventedInfo } case _ => { talkyard.server.TyLogger("unsubscribePage").error("Bad doWhat: "+ doWhat + " [TyEBADDOWHAT]")Internal server error [TyEBADDOWHAT]
} }