Changed introductory text on home page

This commit is contained in:
Sebastian Henschel 2016-11-19 13:07:02 +01:00
parent 96a20c712a
commit 77619d616c

View File

@ -6,7 +6,7 @@
<div id="intro">
<p>
This app gives you access to management functionality for the sandbox at <a href="{{ OAUTH_API }}">{{ OAUTH_API }}</a>. If the authenticated user has the required permissions, e.g. being a super admin, you can enable or disable consumers. You have to <a href="{{ OAUTH_API }}/user_mgt/sign_up" title="Register at {{ OAUTH_API }}">register</a> an account before being able to proceed.
This app gives you access to management functionality for the sandbox at <a href="{{ OAUTH_API }}">{{ OAUTH_API }}</a>. You have to <a href="{{ OAUTH_API }}/user_mgt/sign_up" title="Register at {{ OAUTH_API }}">register</a> an account before being able to proceed. The logged-in user needs to have specific roles granted to use the functionality.
</p>
</div>