In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
395 [In-Portal CMS] Front End bug report always 2009-10-16 09:00 2011-09-03 10:48
alex  
 
normal  
closed 5.0.1  
duplicate  
 
none 5.1.3  
0
0000395: User registration logic not always work, during user creation
When new user is registered, then
- it's status (based in configuration variable)
- email notifications after registration
- auto-login

are processed in OnCreate event directly. Because of that, when use is created using $user->Create() call all that doesn't get called.
duplicate of 0000778closed  (5.2.0)alex Improvements to Create User & Admin form in Admin 
Issue History
2011-09-03 10:48 alex Note Added: 0003716
2011-09-03 10:48 alex Status active => closed
2011-09-03 10:48 alex Resolution open => duplicate
2011-09-03 10:48 alex Fixed in Version => 5.1.3
2011-09-03 10:45 alex Relationship added duplicate of 0000778
2010-12-06 13:08 alex Target Version Icebox => 5.2.0
2009-10-16 09:00 alex Target Version => Icebox
2009-10-16 09:00 alex New Issue

Notes
(0003716)
alex   
2011-09-03 10:48   
No need to do this, since:
- user creation event was refactored (0000271 task)
- user creation form in Admin Console was improved (0000778 task)