[Login] Change Librus logo. Disable Synergia & Vulcan e-mail login.

This commit is contained in:
Kuba Szczodrzyński 2020-05-16 20:44:56 +02:00
parent 7ff10df70c
commit c3660b5f80
3 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ object LoginInfo {
ERROR_CAPTCHA_LIBRUS_PORTAL to R.string.error_3001_reason ERROR_CAPTCHA_LIBRUS_PORTAL to R.string.error_3001_reason
) )
), ),
Mode( /*Mode(
loginMode = LOGIN_MODE_LIBRUS_SYNERGIA, loginMode = LOGIN_MODE_LIBRUS_SYNERGIA,
name = R.string.login_mode_librus_synergia, name = R.string.login_mode_librus_synergia,
icon = R.drawable.login_mode_librus_synergia, icon = R.drawable.login_mode_librus_synergia,
@ -86,7 +86,7 @@ object LoginInfo {
ERROR_LOGIN_LIBRUS_API_INVALID_LOGIN to R.string.login_error_incorrect_login_or_password, ERROR_LOGIN_LIBRUS_API_INVALID_LOGIN to R.string.login_error_incorrect_login_or_password,
ERROR_LOGIN_LIBRUS_API_INVALID_REQUEST to R.string.login_error_incorrect_login_or_password ERROR_LOGIN_LIBRUS_API_INVALID_REQUEST to R.string.login_error_incorrect_login_or_password
) )
), ),*/
Mode( Mode(
loginMode = LOGIN_MODE_LIBRUS_JST, loginMode = LOGIN_MODE_LIBRUS_JST,
name = R.string.login_mode_librus_jst, name = R.string.login_mode_librus_jst,
@ -181,7 +181,7 @@ object LoginInfo {
errorCodes = mapOf( errorCodes = mapOf(
ERROR_LOGIN_VULCAN_EXPIRED_TOKEN to R.string.login_error_expired_token ERROR_LOGIN_VULCAN_EXPIRED_TOKEN to R.string.login_error_expired_token
) )
), )/*,
Mode( Mode(
loginMode = LOGIN_MODE_VULCAN_WEB, loginMode = LOGIN_MODE_VULCAN_WEB,
name = R.string.login_mode_vulcan_web, name = R.string.login_mode_vulcan_web,
@ -206,7 +206,7 @@ object LoginInfo {
getPasswordCredential("webPassword") getPasswordCredential("webPassword")
), ),
errorCodes = mapOf() errorCodes = mapOf()
) )*/
) )
), ),
Register( Register(

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1323,7 +1323,7 @@
<string name="login_mode_librus_synergia">Zaloguj używając loginu i hasła</string> <string name="login_mode_librus_synergia">Zaloguj używając loginu i hasła</string>
<string name="login_mode_librus_synergia_hint">Użyj loginu w postaci \"9874123u\"</string> <string name="login_mode_librus_synergia_hint">Użyj loginu w postaci \"9874123u\"</string>
<string name="login_mode_librus_jst">Logowanie przez platformę VULCAN</string> <string name="login_mode_librus_jst">Logowanie przez platformę VULCAN</string>
<string name="login_mode_librus_jst_hint">Oświata w Radomiu oraz Innowacyjny Tarnobrzeg</string> <string name="login_mode_librus_jst_hint">Tylko Oświata w Radomiu oraz Innowacyjny Tarnobrzeg</string>
<string name="login_type_vulcan" translatable="false">Vulcan UONET+</string> <string name="login_type_vulcan" translatable="false">Vulcan UONET+</string>
<string name="login_mode_vulcan_api">Użyj tokenu, symbolu i kodu PIN</string> <string name="login_mode_vulcan_api">Użyj tokenu, symbolu i kodu PIN</string>
<string name="login_mode_vulcan_api_hint">Zarejestruj urządzenie na stronie dziennika Vulcan</string> <string name="login_mode_vulcan_api_hint">Zarejestruj urządzenie na stronie dziennika Vulcan</string>