.. vim: set fileencoding=utf-8 : .. Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ .. .. Contact: beat.support@idiap.ch .. .. .. .. This file is part of the beat.web module of the BEAT platform. .. .. .. .. Commercial License Usage .. .. Licensees holding valid commercial BEAT licenses may use this file in .. .. accordance with the terms contained in a written agreement between you .. .. and Idiap. For further information contact tto@idiap.ch .. .. .. .. Alternatively, this file may be used under the terms of the GNU Affero .. .. Public License version 3 as published by the Free Software and appearing .. .. in the file LICENSE.AGPL included in the packaging of this file. .. .. The BEAT platform is distributed in the hope that it will be useful, but .. .. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY .. .. or FITNESS FOR A PARTICULAR PURPOSE. .. .. .. .. You should have received a copy of the GNU Affero Public License along .. .. with the BEAT platform. If not, see http://www.gnu.org/licenses/. .. .. _usersettings: =============== User Settings =============== If you're logged into the |project| platform, at the top bar on your window, by the side of the omni-search text box, you'll find a button with a wrench symbol (it says *Settings* when you hover on it). If you click on this button, you will be taken to your user settings page. This page allows you to disable/enable e-mail notifications, change your password and have access to your API token. Notifications ------------- This panel controls different e-mail notifications you may receive from the platform. Explanations are given for each entry. Unclick to disable notifications for that particular group of actions. Modify password --------------- This panel allows you to modify your login password. You must type the old password first and then, twice, the new password. Clicking the button ``Modify`` effectively changes the password. Show/Modify token ----------------- This is a panel with two buttons. The green button which says ``Show``, makes a pop-up window appear showing your current API token. You may use this token (64-byte character string) in outside programs that communicate with the platform programmatically. For example, our command-line interface requires a token to be able to pull/push contributions for the user (see the "Configuration" section of "beat.cmdline" in `BEAT documentation`_. If your token is compromised, you may change it by clicking on the ``Modify`` button. A pop-up window will appear confirming the modification. You may cancel the action (i.e., the token won't change), or click on ``Continue``, which will effectively change the token associated with your account. To display the new token, click on the ``Show`` button once more. .. include:: ../links.rst