summaryrefslogtreecommitdiffstats
path: root/templates/admin/providers/saml2_sp_new.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/providers/saml2_sp_new.html')
-rw-r--r--templates/admin/providers/saml2_sp_new.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/admin/providers/saml2_sp_new.html b/templates/admin/providers/saml2_sp_new.html
index bf83fb2..46e4906 100644
--- a/templates/admin/providers/saml2_sp_new.html
+++ b/templates/admin/providers/saml2_sp_new.html
@@ -11,12 +11,15 @@
<div class="form-group">
<label for="name">Name:</label>
- <input type="text" class="form-control" name="name" value=""/>
+ <input type="text" class="form-control" name="name" value=""
+ title="A nickname used to easily identify the Service Provider.
+ Only alphanumeric characters and spaces are accepted"/>
</div>
<div class="form-group">
<label for="meta">Metadata file:</label>
- <input type="file" name="meta" id="file"/>
+ <input type="file" name="meta" id="file"
+ title="The metadata file generated by the Service Provider"/>
</div>
<button id="submit" class="btn btn-primary" name="submit" type="submit" value="Submit">