Describe the issue
Toggling "USE_FULLEMAIL_FOR_LOGIN" in Z-Push does not affect the way that Username is handled to the CalDAV/CardDAV server - it always uses the user specified on "Logon Information" and doesn't seem to exist any way to control it, as can be seen below:
In the image above, it will use eduardomozart user to connect to CardDAV/CalDAV server. It could:
- Rely on "USE_FULLEMAIL_FOR_LOGIN" to send
eduardomozart@domain.tld to the CardDAV/CalDAV server
- Use
eduardomozart or eduardomozart@domain.tld depending on the settings for %u or %l at backend/{caldav,carddav}/config.php files. Please notice that actually those variables affect only how the URL is parsed, not affect the username used for authentication on CalDAV/CardDAV server.
- Create variables similar to "USE_FULLEMAIL_FOR_LOGIN" specific to CalDAV/CardDAV login.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 11 / MS Outlook 365
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the issue
Toggling "USE_FULLEMAIL_FOR_LOGIN" in Z-Push does not affect the way that Username is handled to the CalDAV/CardDAV server - it always uses the user specified on "Logon Information" and doesn't seem to exist any way to control it, as can be seen below:
In the image above, it will use
eduardomozartuser to connect to CardDAV/CalDAV server. It could:eduardomozart@domain.tldto the CardDAV/CalDAV servereduardomozartoreduardomozart@domain.tlddepending on the settings for%uor%latbackend/{caldav,carddav}/config.phpfiles. Please notice that actually those variables affect only how the URL is parsed, not affect the username used for authentication on CalDAV/CardDAV server.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.