Re: [Server-devel] XS Moodle admin login

2009-06-22 Thread Martin Langhoff
On Mon, Jun 22, 2009 at 3:22 PM, tkk...@nurturingasia.com wrote:
 I had no problems before with the admin and password (from 
 /etc/moodle/passwd) combination to get admin access - so that I could install 
 language pack, etc

 However I notice recently with new test few XS machines I am uable to login 
 as admin. I get the  invalid login, please try again prompt.

 Has something change?

It shouldn't have changed, but Reuben mentioned a similar problem. I
have not seen it, so I am interested in help debugging it.

cheers,



m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Moodle admin login

2009-06-22 Thread tkkang
I wasn't sure initially if I type in wrongly, etc. After have the same problem  
with two different XS I started to query that my memory and eyesight should be 
OK grin

I am a non technical person -  could it be changes in the authenticity method? 
I presume it should be manual for admin - anyway of checking if this is the 
default setting for admin?

 Cheers



-Original Message-
From: Martin Langhoff [mailto:martin.langh...@gmail.com]
Sent: Monday, June 22, 2009 09:26 PM
To: tkk...@nurturingasia.com
Cc: 'XS Devel'
Subject: Re: XS Moodle admin login

On Mon, Jun 22, 2009 at 3:22 PM, tkk...@nurturingasia.com wrote:
 I had no problems before with the admin and password (from 
 /etc/moodle/passwd) combination to get admin access - so that I could 
 install language pack, etc

 However I notice recently with new test few XS machines I am uable to login 
 as admin. I get the  invalid login, please try again prompt.

 Has something change?

It shouldn't have changed, but Reuben mentioned a similar problem. I
have not seen it, so I am interested in help debugging it.

cheers,



m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Moodle admin login

2009-06-22 Thread Reuben K. Caron
I have experienced this with every 0.6d2 install. The passchange.php method
mentioned in this link did NOT work:
http://moodle.org/mod/forum/discuss.php?d=18103

On Mon, Jun 22, 2009 at 5:04 PM, tkk...@nurturingasia.com wrote:

 I wasn't sure initially if I type in wrongly, etc. After have the same
 problem  with two different XS I started to query that my memory and
 eyesight should be OK grin

 I am a non technical person -  could it be changes in the authenticity
 method? I presume it should be manual for admin - anyway of checking if this
 is the default setting for admin?

  Cheers



 -Original Message-
 From: Martin Langhoff [mailto:martin.langh...@gmail.com]
 Sent: Monday, June 22, 2009 09:26 PM
 To: tkk...@nurturingasia.com
 Cc: 'XS Devel'
 Subject: Re: XS Moodle admin login
 
 On Mon, Jun 22, 2009 at 3:22 PM, tkk...@nurturingasia.com wrote:
  I had no problems before with the admin and password (from
 /etc/moodle/passwd) combination to get admin access - so that I could
 install language pack, etc
 
  However I notice recently with new test few XS machines I am uable to
 login as admin. I get the  invalid login, please try again prompt.
 
  Has something change?
 
 It shouldn't have changed, but Reuben mentioned a similar problem. I
 have not seen it, so I am interested in help debugging it.
 
 cheers,
 
 
 
 m
 --
  martin.langh...@gmail.com
  mar...@laptop.org -- School Server Architect
  - ask interesting questions
  - don't get distracted with shiny stuff  - working code first
  - http://wiki.laptop.org/go/User:Martinlanghoff
 


 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] XS Moodle admin login

2009-06-22 Thread Martin Langhoff
On Mon, Jun 22, 2009 at 5:34 PM, Reuben K. Caronreu...@laptop.org wrote:
 I have experienced this with every 0.6d2 install. The passchange.php method
 mentioned in this link did NOT work:
  http://moodle.org/mod/forum/discuss.php?d=18103

Right. I owe you guys an apology. This is related to a change I made on purpose.

In short: use

  sudo -u apache php /var/www/moodle/web/local/scripts/adminuser-enable.php
  sudo -u apache php /var/www/moodle/web/local/scripts/adminuser-disable.php

to enable the admin user for usage. I removed access to it by default
-- the commit, with explanatory comment, is:

  
http://dev.laptop.org/git/users/martin/moodle.git/commit/?h=mdl19-xsid=7f0c4b52f4c31c1c5c32cccb4df353603d28

Clearly I had a bit of a brainfade when Reuben mentioned the problem
initially a couple of days ago.

cheers,




m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Fwd: XS Moodle admin login

2009-06-22 Thread tkkang

Cool.. and great work Martin.

I ran the command on 2 dev XS and all is well - installed the 3 language packs. 
Will allow external access for volunteers to play with the moodle via  teacher 
and student accounts - before they can teach the teachers in deployment 
followups.

Cheers
  

-Original Message-
From: Martin Langhoff [mailto:martin.langh...@gmail.com]
Sent: Tuesday, June 23, 2009 01:58 AM
To: 'Reuben K. Caron'
Cc: tkk...@nurturingasia.com, 'XS Devel'
Subject: Re: [Server-devel] XS Moodle admin login

On Mon, Jun 22, 2009 at 5:34 PM, Reuben K. Caronreu...@laptop.org wrote:
 I have experienced this with every 0.6d2 install. The passchange.php method
 mentioned in this link did NOT work:
  http://moodle.org/mod/forum/discuss.php?d=18103

Right. I owe you guys an apology. This is related to a change I made on 
purpose.

In short: use

  sudo -u apache php /var/www/moodle/web/local/scripts/adminuser-enable.php
  sudo -u apache php /var/www/moodle/web/local/scripts/adminuser-disable.php

to enable the admin user for usage. I removed access to it by default
-- the commit, with explanatory comment, is:

  
 http://dev.laptop.org/git/users/martin/moodle.git/commit/?h=mdl19-xsid=7f0c4b52f4c31c1c5c32cccb4df353603d28

Clearly I had a bit of a brainfade when Reuben mentioned the problem
initially a couple of days ago.

cheers,




m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff





___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel