mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
improved helper text
This commit is contained in:
parent
8269cfe97e
commit
dfe35c9c97
@ -84,8 +84,10 @@ class ConfigureForm(forms.Form):
|
||||
hlp_disable_ssl = 'use this option if your provider uses self signed \
|
||||
certificates'
|
||||
|
||||
hlp_secret = 'You should have been requested to select a password \
|
||||
when you created the account. Leave this field empty \
|
||||
hlp_http_auth = 'if this option is selected, your username and \
|
||||
password will be used for HTTP basic authentication'
|
||||
|
||||
hlp_secret = 'Leave this field empty \
|
||||
if you want to keep your previous configured password.'
|
||||
|
||||
hlp_ipurl = 'Optional Value. If your FreedomBox is not connected \
|
||||
@ -132,6 +134,7 @@ class ConfigureForm(forms.Form):
|
||||
|
||||
use_http_basic_auth = forms.BooleanField(label=_('use HTTP basic \
|
||||
authentication'),
|
||||
help_text=_(hlp_http_auth),
|
||||
required=False)
|
||||
|
||||
dynamicdns_domain = TrimmedCharField(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user