daledavies / moodle-tool_registrationrules

GNU General Public License v3.0
2 stars 1 forks source link

The "generalaftermessage" setting field isnt used #38

Open daledavies opened 1 month ago

daledavies commented 1 month ago

This was intended to be a generat message displayed when registration is disallowed after the user has completed the signup form, but we ended up going with form validation messages provided by the individual rule plugins instead.

Should we still use this message? If so would it suffice to include it in the list of "general" messages returned by the plugins, or should it be displayed as a notification etc?