Tagged Questions
0
votes
2answers
69 views
Addhelpbutton in moodle
I am using Moodle 2.3
I am trying to add help button to my self registration form in moodle. I am making changed in
/login/signup_form.php page.
I am using:
...
2
votes
2answers
374 views
How to manually create an user in Moodle?
I am trying to create an authentication plugin, but I am having problems when the user does not exist in moodle database. Therefore I am trying to find a way to manually create an user.
I tried:
...
1
vote
1answer
370 views
Share user login/session between cakephp and moodle
I have a website already running made with CakePHP, which has its own login system using the Auth component.
Now I'm going to create another website using moodle, hosted in the same server. Is there ...
1
vote
1answer
577 views
Redirecting users from Moodle to another site when login fails
I've written a custom plugin that allows for url login. Users entering my Moodle site this way, all come from the same external site and can be identified based on the url.
When their login fails, I ...
0
votes
1answer
966 views
login and download a webpage with java and storing cookies
I'm having trouble logging into my schools moodle webpage and downloading the source code,
so far i am able to receive the login page it never actually logs in,
any help would be greatly appreciated i ...
0
votes
1answer
525 views
moodle external login
I have writing some changes at index.php and index_form.php to login in my mambo server. I recive from mambo the username and md5 password, etc.., then I test if this user is in moodle database, if ...
1
vote
4answers
2k views
how to check whether user are login in moodle?
Currently I'm using moodle to create a site.
I want to create a function if user not login they will redirect to the login page.
How can I do that in moodle?