t's a really really bad idea in general, but if you have a use case for it then it is doable. Override the
passwordEncoder
bean in grails-app/conf/spring/resources.groovy
:import org.springframework.security.authentication.encoding.PlaintextPasswordEncoder
beans = {
passwordEncoder(PlaintextPasswordEncoder)
}