summaryrefslogtreecommitdiffstats
path: root/templates/admin/auths/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/auths/new.tmpl')
-rw-r--r--templates/admin/auths/new.tmpl16
1 files changed, 13 insertions, 3 deletions
diff --git a/templates/admin/auths/new.tmpl b/templates/admin/auths/new.tmpl
index f9d9892f61..6045f1c532 100644
--- a/templates/admin/auths/new.tmpl
+++ b/templates/admin/auths/new.tmpl
@@ -114,16 +114,16 @@
</div>
</div>
- <!-- <div class="form-group">
+ <div class="form-group">
<div class="col-md-offset-3 col-md-7">
<div class="checkbox">
<label>
<input name="tls" type="checkbox" {{if .tls}}checked{{end}}>
- <strong>Enable Register Confirmation</strong>
+ <strong>Enable TLS Encryption</strong>
</label>
</div>
</div>
- </div> -->
+ </div>
</div>
<div class="form-group">
@@ -148,6 +148,16 @@
</div>
</div>
+ <div class="panel panel-info">
+ <div class="panel-heading">
+ Tips
+ </div>
+
+ <div class="panel-body">
+ <h5>GMail Setting:</h5>
+ <p>Host: smtp.gmail.com, Post: 587, Enable TLS Encryption: true</p>
+ </div>
+ </div>
</div>
</div>
<script>