From 893dbcb80df4fb7fe2a0471312b63f3cb4000395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 9 Oct 2017 12:29:02 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FAQ.md b/FAQ.md index 1a91db4..0403bbb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,16 @@ **This page will hold the answers for Frequently Asked Questions.** +## Broser Issues + +My browser get stuck, is not responding, ... + +First, make sure you are using a modern web browser, preferably Mozilla Firefox or Google Chrome. Although our objective is to support all modern browsers, rapid development prevents us doing extensive testing across many platforms; hence, we stick with the mentioned two browsers now. + +Make sure you refresh your browser cache (`Ctrl+F5`) before logging in, especially if new version has been deployed. The refresh will prevent older pieces of the application to linger in your cache. This is just a precaution. + +Sometimes, a component on a page does not refresh itself correctly. The application is a complex system of components and still under development. If you make an action and do not see the results in a reasonable while, refresh the page. + + ## How to register into ReCodEx and what method should I use? ReCodEx can provide multiple way how to register and login users. Currently there are two options: local ReCodEx account or account binded to CAS service. Prefered way of registration and authentication is using CAS service and using local account only on special circumstances. CAS authentication provides more features, such as automatic binding of users to SIS groups.