mirror of https://git.48k.eu/ogcp
forms: improve scopes field description in UserForm
Improve the information provided to the user related to scope selection.master
parent
c3a2dc028d
commit
3fa3888b84
|
@ -46,7 +46,7 @@ class UserForm(FlaskForm):
|
|||
)
|
||||
scopes = SelectMultipleField(
|
||||
label=_l('Allowed scopes'),
|
||||
description=_l('Leave this empty to give full permissions'),
|
||||
description=_l('No scope selection gives full access'),
|
||||
option_widget=widgets.CheckboxInput(),
|
||||
widget=widgets.ListWidget(prefix_label=False)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue