added password explanation text

This commit is contained in:
2022-04-23 17:14:46 +02:00
parent 19c20816f8
commit cb3dcb54fd
2 changed files with 9 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>