I'm trying to disable mail sending to newly registered users from Register Spring Security UI's RegisterController because I do not have a mail server installed on my local machine.
I've followed the steps from here all works ok, until it tried to send the registration mail.
Questions:
- Is there a configurable parameter on SS UI that disables mail sending?
- If the answer to point 1 is negative what would be the correct approach to disable that? Modify and build SS UI plugin or subclass RegisterController?
Environment:
- Grails 2.4.4
- Spring Security UI 1.0-RC2
- Spring Security Core 2.0-RC4