Custom Moodle App (Remove Enter Page)

Custom Moodle App (Remove Enter Page)

by Big Picture -
Number of replies: 3

Hi All,

This question has been brought up many times in the past however, the issue was never resolved after reading all the replies from users.
Simply all we want to know is how do you remove the page where the user has to enter the URL of the site to be able to enter there username and password.

I've tried every suggestion on the forums including changing the config.json file however, each solution never worked. Maybe I'm doing something wrong I'm not to sure.

If anyone could shed some light on this and can potentially help would be greatly appreciated.

Regards,
Seb

Average of ratings: -
In reply to Big Picture

Re: Custom Moodle App (Remove Enter Page)

by Big Picture -
Any help would be greatly appreciated.
In reply to Big Picture

Re: Custom Moodle App (Remove Enter Page)

by Big Picture -
Is this not possible?
In reply to Big Picture

Re: Custom Moodle App (Remove Enter Page)

by Lewis Carr -
Hello,
You can remove the URL part of the app by simply adding the URL to the build/main.js file.
Change this line to include your Moodle URL:
CoreConfigConstants.siteurl ='';

The app now just defaults to the login page. Hope this helps.
Average of ratings: Useful (1)