Page MenuHomePhabricator

`No active login attempt is in progress for your session` error message when logging in with Echo role enabled (due to CentralAuth role: logging)
Closed, InvalidPublic

Description

  • to reproduce:
vagrant roles enable echo
vagrant provision

Central user log in
No active login attempt is in progress for your session.
Return to the previous page.

echo.png (768×1 px, 110 KB)

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Catrope subscribed.

This is not a bug with Echo or its role, but with the CentralAuth role: logging in via localhost doesn't work, you have to log in via dev.wiki.local.wmftest.net or another wiki-specific domain.

zeljkofilipin changed the task status from Open to Stalled.Nov 29 2017, 6:42 PM
This comment was removed by Pppery.
Aklapper renamed this task from `No active login attempt is in progress for your session` error message when logging in with Echo role enabled to `No active login attempt is in progress for your session` error message when logging in with Echo role enabled (due to CentralAuth role: logging).Nov 1 2020, 2:56 PM
Aklapper changed the task status from Stalled to Open.

The previous comments don't explain who or what (task?) exactly this task is stalled on ("If a report is waiting for further input (e.g. from its reporter or a third party) and can currently not be acted on"). Hence resetting task status, as tasks should not be stalled (and then potentially forgotten) for years for unclear reasons.

(Smallprint, as general orientation for task management:
If you wanted to express that nobody is currently working on this task, then the assignee should be removed and/or priority could be lowered instead.
If work on this task is blocked by another task, then that other task should be added via Edit Related Tasks...Edit Subtasks.
If this task is stalled on an upstream project, then the Upstream tag should be added.
If this task requires info from the task reporter, then there should be instructions which info is needed.
If this task needs retesting, then the TestMe tag should be added.
If this task is out of scope and nobody should ever work on this, or nobody else managed to reproduce the situation described here, then it should have the "Declined" status.
If the task is valid but should not appear on some team's workboard, then the team project tag should be removed while the task has another active project tag.)

zeljkofilipin raised the priority of this task from Low to Needs Triage.May 18 2021, 9:57 AM
Tgr subscribed.

http://dev.wiki.local.wmftest.net:8080 is the site's domain, so there is nothing surprising here. If you want to use Vagrant on localhost, you can change the config via

vagrant hiera role::mediawiki::hostname localhost
vagrant provision