Project:
View Revisions: Issue #33239 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0033239: Provide a proces to recreate the mobile server authentication key | ||
Revision | 2016-06-22 17:24 by mtaal | ||
Description | The mobile server authentication key is a column in ad_client which is not visible to the end user. We should provide a process which allows an application admin to recreate the mobile server authentication key. This process should be runnable through a popup window which can be started from the Client window. The popup window should have the following content: This process resets the authentication key of the client. This is a sensitive action which should be executed when none of the WebPOS clients is working. After this action all users need to relogin. [OK] [CANCEL] When the user presses ok the authentication key of the client should be recomputed. If it is possible to ask one more time to the user if he/she wants to execute the action that would be great. So a question: Are you sure that you want to recompute the client authentication key? See the code here on how to generate a new key and put it in the right symmetric ds column: https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/tip/src/org/openbravo/mobile/core/authenticate/MobileAuthenticationKeyUtils.java#l135 [^] The new process should only be executable by a client-admin. |
||
Revision | 2016-06-21 13:22 by mtaal | ||
Description | The mobile server authentication key is a column in ad_client which is not visible to the end user. We should provide a process which allows an application admin to recreate the mobile server authentication key. This process should be runnable through a popup window which can be started from the Client window. The popup window should have the following content: This process resets the authentication key of the client. This is a sensitive action which should be executed when none of the WebPOS clients is working. After this action all users need to relogin. [OK] [CANCEL] When the user presses ok the authentication key of the client should be recomputed. See the code here on how to generate a new key and put it in the right symmetric ds column: https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/tip/src/org/openbravo/mobile/core/authenticate/MobileAuthenticationKeyUtils.java#l135 [^] The new process should only be executable by a client-admin. |
||
Revision | 2016-06-21 13:08 by mtaal | ||
Description | The mobile server authentication key is a column in ad_client which is not visible to the end user. We should provide a process which allows an application admin to recreate the mobile server authentication key. This process should be runnable through a popup window which can be started from the Client window. |
Copyright © 2000 - 2009 MantisBT Group |