From 55a5112a498de6f948979915711a0242cc17754b Mon Sep 17 00:00:00 2001 From: dheeyi Date: Fri, 27 Mar 2015 11:39:02 -0400 Subject: [PATCH] =?UTF-8?q?PM-1538=20Canjear=20Token:=20El=20tama=C3=B1?= =?UTF-8?q?=C3=A1mo=20del=20campo=20'Callback=20URL'=20es=20muy=20peque?= =?UTF-8?q?=C3=B1=20recorta=20las=20urls=20largas=20Causa=20:=20Definida?= =?UTF-8?q?=20asi.=20Solucion=20:=20Se=20refinio=20el=20maxlength=20del=20?= =?UTF-8?q?input=20(Web=20Site=20y=20Callback=20URL)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/templates/oauth2/register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/templates/oauth2/register.php b/workflow/engine/templates/oauth2/register.php index c1cbd824b..998c7d6ce 100644 --- a/workflow/engine/templates/oauth2/register.php +++ b/workflow/engine/templates/oauth2/register.php @@ -48,7 +48,7 @@ - +
Your application's publicly accessible home page, where users can go to download, make use of, or find out more information about your application. This fully-qualified URL is used in the source attribution for request created by your application and will be shown in user-facing authorization screens. (If you don't have a URL yet, just put a placeholder here but remember to change it later.) @@ -58,7 +58,7 @@ - +
here should we return after successfully authenticating? For @Anywhere applications, only the domain specified in the callback will be used. OAuth 1.0a applications should explicitly specify their oauth_callback URL on the request token step, regardless of the value given here. To restrict your application from using callbacks, leave this field blank.