ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Unable to log in as administrator


  • 2016-07-31 14:31:00

    Unable to log in as administrator

    I've had atutor for a long time, and for the last year or so, I have not been able to log in as administrator. Since I did not make too many changes in my courses, I didn't need to. Now I need to adjust the file upload size, (I was not able to a couple of years ago, but would like to try again), I am not able to log in as admin. I use the admin log in name, and other emails I have used, but they do not go to the admin, even though I use the password reset.
    Is there another way to log in as admin? I have about 50 courses I need to work on. Thanks.

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2016-08-01 09:03:28

    Re: Unable to log in as administrator

    If you access the database you can find the administrators login name in the "admins" table. If you have phpMyAdmin available, you can create a new password through the database by editing the password field directly for the admin user, choosing "sha1" as the data type. When you save, sha1 will encrypt the password to match the encryption when you submit your password through the login form in ATutor.

    Regarding filesize, you can adjust the size in ATutor up to the maximum set in the php settings in 'post_max_size' and 'upload_max_filesize'. You may need to djust these settings as well, and restart the webserver to enable the new size. The default upload size is 2MB.