Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1848
Line 29... Line 29...
29
        <!-- Start Pages -->
29
        <!-- Start Pages -->
30
 
30
 
31
        <action path="/WelcomePedagogicSurvey" forward="page.welcome.pae"/>
31
        <action path="/WelcomePedagogicSurvey" forward="page.welcome.pae"/>
32
 
32
 
33
        <action path="/user/ChangePassword" forward="page.change.password.pae"/>
33
        <action path="/user/ChangePassword" forward="page.change.password.pae"/>
34
        <action path="/requestChangePassword" forward="page.request.change.password.pae"/>
34
        <action path="/nofilter/requestChangePassword" forward="page.request.change.password.pae"/>
35
        <action path="/user/changeMyPassword"
35
        <action path="/user/changeMyPassword"
36
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
36
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
37
                name="EmptyForm"
37
                name="EmptyForm"
38
                scope="request"
38
                scope="request"
39
                parameter="dispatch"
39
                parameter="dispatch"
40
                validate="false"
40
                validate="false"
41
                input="page.change.password.pae">
41
                input="page.change.password.pae">
42
            <forward name="success" path="page.pae.separators.home"/>
42
            <forward name="success" path="page.pae.separators.home"/>
43
            <forward name="fail.change.pass" path="page.change.password.pae"/>
43
            <forward name="fail.change.pass" path="page.change.password.pae"/>
44
        </action>
44
        </action>
45
        <action path="/requestChangeMyPassword"
45
        <action path="/auth/requestChangeMyPassword"
46
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
46
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
47
                name="EmptyForm"
47
                name="EmptyForm"
48
                scope="request"
48
                scope="request"
49
                parameter="dispatch"
49
                parameter="dispatch"
50
                validate="false"
50
                validate="false"