-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.0
-
- Check that the button is disabled if the URL is empty.
- Check that you can still login using demo accounts and localhost.
- Check that URLs without domain are accepted as valid.
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
When entering a URL the moodle mobile app seems to be checking for sufixes again.
Same as a previous issue. https://tracker.moodle.org/browse/MOBILE-559
Won't enable the connect button until you put in a URLsuffix. So http://e-learning won't work but http://e-learning.com will work
Doesn't need to validate the URL as that stops intranet addresses from working.
Was fixed under the previous issue but seems to have reverted at some point.
I know the solution last time was to change to a simpler regex expression ^http(s)?\:\/\/.* but is any validation needed at all?