Author: fizyk
Date: 2010-03-29 23:31:55 +0200 (Mon, 29 Mar 2010)
New Revision: 28876

Modified:
   plugins/sfForkedDoctrineApplyPlugin/trunk/README
   
plugins/sfForkedDoctrineApplyPlugin/trunk/modules/sfApply/templates/applySuccess.php
Log:
fixed README


Modified: plugins/sfForkedDoctrineApplyPlugin/trunk/README
===================================================================
--- plugins/sfForkedDoctrineApplyPlugin/trunk/README    2010-03-29 20:58:58 UTC 
(rev 28875)
+++ plugins/sfForkedDoctrineApplyPlugin/trunk/README    2010-03-29 21:31:55 UTC 
(rev 28876)
@@ -151,6 +151,18 @@
 
 enabled property is for enabling and disabling captcha. After setting this, 
reCaptcha will appear on apply and reset request pages.
 
+###Login redirect###
+
+There are two settings regarding directing user after actions he takes within 
sfApply module:
+
+    all:
+      #...
+      sfApplyPlugin:
+        afterLogin: after_login_route
+        after: after_route
+
+You can use these settings to direct user to your own pages after user loggs 
in, or in other cases with second setting.
+
 ## Displaying Login and Logout Prompts##
 (fragment of sfDoctrineApplyPlugin's README)
 
@@ -177,11 +189,11 @@
 Changes resulting in forking the original plugin were written by 
[stephenrs](http://forum.symfony-project.org/index.php/u/11253/).
 sfForkedDoctrineApplyPlugin was created by Grzegorz Śliwiński as a result of 
those changes with some additions.
 You can contact him at [[email protected]](mailto:[email protected]) or 
through
-jabber/xmpp at [email protected].
+jabber/xmpp at [email protected] and follow his adventures on his 
[homepage](http://www.fizyk.net.pl/).
 
 ###Translations###
-Italian - Alessandro Rossi
-Polish - Grzegorz Śliwiński
+* Italian - Alessandro Rossi
+* Polish - Grzegorz Śliwiński
 
 
 ## TODO ##

Modified: 
plugins/sfForkedDoctrineApplyPlugin/trunk/modules/sfApply/templates/applySuccess.php
===================================================================
--- 
plugins/sfForkedDoctrineApplyPlugin/trunk/modules/sfApply/templates/applySuccess.php
        2010-03-29 20:58:58 UTC (rev 28875)
+++ 
plugins/sfForkedDoctrineApplyPlugin/trunk/modules/sfApply/templates/applySuccess.php
        2010-03-29 21:31:55 UTC (rev 28876)
@@ -14,7 +14,7 @@
 <li class="sf_apply_submit_row">
 <label></label>
 <input type="submit" value="<?php echo __("Create My Account", array(), 
'sfForkedApply') ?>" />
-<?php echo __("or", array(), 'sfForkedApply') ?>
+<?php echo __("or", array(), 'sfForkedApply') ?> 
 <?php echo link_to(__("Cancel", array(), 'sfForkedApply'), 
sfConfig::get('app_sfApplyPlugin_after', '@homepage')) ?>
 </li>
 </ul>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to