Hi,

->how can i use profile manager, to add a new role or user to file
  .../resources/sunrise-authuser.xml etc. in the new portal.
-> i use cocoon 2.15

-> my authentication manager:


<authentication-manager> <handlers>

<handler name="portalhandler">
<redirect-to uri="cocoon:/login"/>
<authentication uri="cocoon:raw:/sunrise-authuser"/>
<applications>
<application loadondemand="true" name="portal">
<configuration name="portal">
<profiles>
<!-- laedt die Arten der Coplets -->
<copletbasedata-load uri="cocoon:raw:/load-global-profile?profile=copletbasedata"/>
<!-- in der Datei profiles/copletdata/portal.xml stehen alle verfuegbaren Coplets -->
<copletdata-global-load uri="cocoon:raw:/load-global-profile?profile=copletdata"/>
<!-- laedt fuer die GRUPPE (Role) alle verfuegbaren Coplets -->
<copletdata-role-load uri="cocoon:raw:/load-role-profile?profile=copletdata"/>
<!-- laedt fuer die USER (User) alle verfuegbaren Coplets -->
<copletdata-user-load uri="cocoon:raw:/load-user-profile?profile=copletdata"/>
<!-- -->
<copletinstancedata-global-load uri="cocoon:raw:/load-global-profile?profile=copletinstancedata"/>
<!-- -->
<copletinstancedata-role-load uri="cocoon:raw:/load-role-profile?profile=copletinstancedata"/>
<!-- -->
<copletinstancedata-user-load uri="cocoon:raw:/load-user-profile?profile=copletinstancedata"/>
<!-- Speichert das USER-Profil (instance-Daten) in eine Datei -->
<copletinstancedata-user-save uri="cocoon:raw:/save-user-profile?profile=copletinstancedata"/>
<!-- laedt das GLOBALE Layout -->
<layout-global-load uri="cocoon:raw:/load-global-profile?profile=layout"/>
<!-- laedt das Layout fuer die GRUPPE (Role) -->
<layout-role-load uri="cocoon:raw:/load-role-profile?profile=layout"/>
<!-- Laedt das Layout fuer den USER -->
<layout-user-load uri="cocoon:raw:/load-user-profile?profile=layout"/>
<!-- Speichert das USER-Layout in eine Datei -->
<layout-user-save uri="cocoon:raw:/save-user-profile?profile=layout"/>
</profiles>
</configuration>
</application>
</applications>
</handler>
</handlers>
</authentication-manager>


-> in the old portal there was a tag <new-user> ...
-> in the new portal there is not a tag like these. can you help?

Seb

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to