Skip to content

Allow customer user to update their profile like name, mobile number at customer portal

License

Notifications You must be signed in to change notification settings

mo-azfar/OTRS-Customer-Self-Profile-Update

Repository files navigation

OTRS Customer Self Profile Update

  • Built for OTRS CE 6.0.x
  • Allow customer user to update their profile like name, mobile number at customer portal.
  • By default, customer only can update their password, language, timezone, etc.
  1. Required to modify Custom/Kernel/Module/AdminCustomerUser.pm

     next GROUP if $Group eq 'Password';  
     (+) next GROUP if $Group eq 'CustomerProfile';  
    
    
     next GROUP if $Group eq 'Password';  
     (+) next GROUP if $Group eq 'CustomerProfile';  
    
    
     (-) if ( $Group eq 'Password' ) {  
     (+) if ( $Group eq 'Password' || $Group eq 'CustomerProfile' ) {  
         next PRIO;  
     }   
    

profile.png

About

Allow customer user to update their profile like name, mobile number at customer portal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages