← Back to team overview

mahara-contributors team mailing list archive

[Bug 1407525] Re: Error messages when trying to log in with a user that doesn't exist yet

 

I was able to replicate the error message IF I tried to log in a user
who doesn't exist in the database yet. For instance, I created three
users called "student1, student2, student3", and then I accidentally
tried to log in as "student".

Since there was no account with that username yet, the code went into
the loop where it checks all the institutions to see if any of them want
to generate a new account for that username. And it's in that code where
this error message occurs.

As such, it's only a warning message and it's not actually causing any
problems. However, we should fix it nonetheless.

** Summary changed:

- Error messages when trying to log in as a student
+ Error messages when trying to log in with a user that doesn't exist yet

** Changed in: mahara
     Assignee: (unassigned) => Aaron Wells (u-aaronw)

** Changed in: mahara
   Importance: Undecided => Low

** Changed in: mahara
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407525

Title:
  Error messages when trying to log in with a user that doesn't exist
  yet

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Hi Aaron,

  
  To replicate the issue:

  Master
  PostgreSQL 9.3.5
  Mozilla 34.0
  Ubuntu 14.04

  I dropped the database and created a new one. Logged in as admin,
  created 3 student accounts manually. Then went to sign in as the first
  student that I created and I could not log in. It gave me a page full
  of errors.

  I screen shotted the errors and have attached the image below.

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1407525/+subscriptions


References