Skip to content
Snippets Groups Projects
Commit 4a48e28b authored by srosse's avatar srosse
Browse files

OO-80: fix the missing interceptor for the change e-mail workflow

parent bad9b21b
No related branches found
No related tags found
No related merge requests found
#Mon Mar 02 09:54:03 CET 2009
changeemail=EMail changed
\ No newline at end of file
#Thu May 26 12:24:11 CEST 2011
changeemail=E-mail changed
#Thu May 26 12:24:11 CEST 2011
changeemail=Courriel chang
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id="changeemail.AfterLogin.Injection" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="targetObject" ref="afterLoginInterceptionManager" />
<property name="targetMethod" value="addAfterLoginControllerConfig" />
<property name="arguments">
<ref bean="changeemail.AfterLoginConfig"/>
</property>
</bean>
<bean id="changeemail.AfterLoginConfig" class="org.olat.login.AfterLoginConfig">
<property name="afterLoginControllerList">
<list>
<map>
<entry key="controller">
<bean class="org.olat.core.gui.control.creator.AutoCreator" scope="prototype">
<property name="className" value="de.bps.olat.user.ChangeEMailExecuteController"/>
</bean>
</entry>
<entry key="forceUser"><value>true</value></entry>
<entry key="redoTimeout"><value>0</value></entry>
<entry key="i18nIntro"><value>de.bps.olat.user:changeemail</value></entry>
<entry key="order"><value>0</value></entry>
</map>
</list>
</property>
</bean>
</beans>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment