mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-28 02:15:56 +03:00
[GH-ISSUE #1019] Top redirection does not work when a plugin is used #866
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#866
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ronaldotto on GitHub (Feb 7, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1019
Originally assigned to: @tonioo on GitHub.
The admin can generate a PDF with the user credentials.
The url in that PDF is http(s)://[hostname]/accounts/login/
After login, the user is redirected to a page that does not exist.
using http(s)://[hostname]/ works fine. It redirects the user to http(s)://[hostname]/accounts/login/?next=/ where the user can login and see his mailbox.
@tonioo commented on GitHub (Feb 7, 2017):
This url should work. Do you have more information? How did you install Modoboa?
@ronaldotto commented on GitHub (Feb 7, 2017):
We did a default installation.
After login, i'm redirected to https://[domain]/accounts/login/webmail
That it tries to push me to webmail is correct. That is the setting in the admin.
However, the url does not work.
Error: Sorry The requested page does not exist.
https://[domain]/webmail/ should be the url i think?
@tonioo commented on GitHub (Feb 7, 2017):
Indeed, there is something broken but this has nothing to do with this
plugin :)
I think the problem is located inside the core module. Can you move your
issue to the main repository please?
On 07/02/2017 11:12, ronaldotto wrote:
@ronaldotto commented on GitHub (Feb 7, 2017):
i think it is already?
@tonioo commented on GitHub (Feb 7, 2017):
Sorry... I thought you opened it inside the pdfcredentials repository :D
On 07/02/2017 12:18, ronaldotto wrote:
@tonioo commented on GitHub (Feb 8, 2017):
@ronaldotto Issue has been fixed but it will be released with modoboa 1.7.0. It also concerns extensions so I must fix them too.