From 3fa3888b8487a80a0a0294c8b26caa71874cac6b Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Fri, 14 Jun 2024 12:04:30 +0200 Subject: forms: improve scopes field description in UserForm Improve the information provided to the user related to scope selection. --- ogcp/forms/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/forms/auth.py b/ogcp/forms/auth.py index ba7a545..72afe23 100644 --- a/ogcp/forms/auth.py +++ b/ogcp/forms/auth.py @@ -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) ) -- cgit v1.2.3-18-g5258