Change example domains to example.org

This commit is contained in:
Perflyst 2019-12-24 17:12:22 +01:00
parent c44ad4432c
commit 10fb960d54
No known key found for this signature in database
GPG Key ID: B0D9C8E56E999F68
5 changed files with 7 additions and 7 deletions

View File

@ -13,15 +13,15 @@ debug-host=0.0.0.0
debug-port=5000
# Fill out these details with your mail server
smtp-host=mail.you.com
smtp-host=mail.example.org
smtp-port=587
smtp-user=you
smtp-password=password
smtp-from=donate@you.com
smtp-from=donate@example.org
# Your information
your-name=Joe Bloe
your-email=joe@bloe.com
your-email=joe@example.org
# ^ you should have a gravatar that works with this email
# SQL connection string

View File

@ -18,7 +18,7 @@
{% endif %}
<form action="{{root}}/login" method="POST">
<div class="form-group">
<input class="form-control" type="text" name="email" placeholder="votre@email.com" />
<input class="form-control" type="text" name="email" placeholder="votre@example.org" />
</div>
<div class="form-group">
<input class="form-control" type="password" name="password" placeholder="Mot de passe" />

View File

@ -32,7 +32,7 @@
{% else %}
<form action="{{root}}/password-reset" method="POST">
<div class="form-group">
<input class="form-control" type="text" name="email" placeholder="votre@email.com" />
<input class="form-control" type="text" name="email" placeholder="votre@example.org" />
</div>
<input type="submit" value="Valider" class="btn btn-primary" />
</form>

View File

@ -18,7 +18,7 @@
{% endif %}
<form action="{{root}}/login" method="POST">
<div class="form-group">
<input class="form-control" type="text" name="email" placeholder="your@email.com" />
<input class="form-control" type="text" name="email" placeholder="your@example.org" />
</div>
<div class="form-group">
<input class="form-control" type="password" name="password" placeholder="Password" />

View File

@ -32,7 +32,7 @@
{% else %}
<form action="{{root}}/password-reset" method="POST">
<div class="form-group">
<input class="form-control" type="text" name="email" placeholder="your@email.com" />
<input class="form-control" type="text" name="email" placeholder="your@example.org" />
</div>
<input type="submit" value="Submit" class="btn btn-primary" />
</form>