Subversion Repositories bacoAlunos

Rev

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

Rev 1525 Rev 1585
Line 27... Line 27...
27
 
27
 
28
        <!-- Start Pages -->
28
        <!-- Start Pages -->
29
 
29
 
30
        <action path="/WelcomePedagogicSurvey" forward="page.welcome.pae"/>
30
        <action path="/WelcomePedagogicSurvey" forward="page.welcome.pae"/>
31
 
31
 
-
 
32
        <action path="/user/ChangePassword" forward="page.change.password.pae"/>
-
 
33
        <action path="/requestChangePassword" forward="page.request.change.password.pae"/>
-
 
34
        <action path="/user/changeMyPassword"
-
 
35
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
-
 
36
                name="EmptyForm"
-
 
37
                scope="request"
-
 
38
                parameter="dispatch"
-
 
39
                validate="false"
-
 
40
                input="page.change.password.pae">
-
 
41
            <forward name="success" path="page.pae.separators.home"/>
-
 
42
            <forward name="fail.change.pass" path="page.change.password.pae"/>
-
 
43
        </action>
-
 
44
        <action path="/requestChangeMyPassword"
-
 
45
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
-
 
46
                name="EmptyForm"
-
 
47
                scope="request"
-
 
48
                parameter="dispatch"
-
 
49
                validate="false"
-
 
50
                input="page.change.password.pae">
-
 
51
            <forward name="success" path="request.change.pass.response"/>
-
 
52
        </action>
-
 
53
 
32
 
54
 
33
        <!--Authentication-->
55
        <!--Authentication-->
34
        <action path="/authenticatePae"
56
        <action path="/authenticatePae"
35
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
57
                type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
36
                name="EmptyForm"
58
                name="EmptyForm"