Larger allowed and denied email domains fields
Currently, there is a very small input field for 'allowed email domains' and 'denied email domains' in authentication settings. Our use case requires the entry and updating of a list of more than 60 domains into this field, and it's very hard to see what's already been entered when updating.
-
Under your Theme/Advanced Settings/CSS add the following.
#id_s__allowemailaddresses{
width: 100% !important;
}
#id_s__denyemailaddresses{
width: 100% !important;
}It increases the width of the input boxes to the size of the window. Unfortunately, this is an input and not a text area so multiple lines / wrap text are not really intended.
0 -
Hi Jason, thanks for this. I have an ultrawide monitor, so this will be an improvement at least. I note however that wrapped text on input would be very much preferred - could a text area with a soft wrap and new line prevention be an alternative?
0 -
The input field is a core Moodle thing so unlikely to change.
0 -
No worries, thanks for your time.
0
Please sign in to leave a comment.
Comments
4 comments