Browse Source

added password explanation text

drop_old_mail
Stephan Richter 3 years ago
parent
commit
cb3dcb54fd
  1. 2
      pom.xml
  2. 8
      static/templates/subscribe.st

2
pom.xml

@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.32</version> <version>0.2.33</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

8
static/templates/subscribe.st

@ -29,6 +29,14 @@
</label> </label>
<button type="submit">Subscribe</button> <button type="submit">Subscribe</button>
</fieldset> </fieldset>
<fieldset>
<legend>Password or not?</legend>
<h3>pro password</h3>
You will need a password, if you don`t want anybody except you to un-subscribe you from the list.
Also, if you are about to receive a promotion to a list moderator, you will need a password.
<h3>contra password</h3>
If you won't get a promotion, and just don't want to remember another password, don`t set one.
</fieldset>
</form> </form>
</body> </body>
</html> </html>
Loading…
Cancel
Save