diff --git a/TopicUserMappingContrib/data/System/DefaultUserRegistration.txt b/TopicUserMappingContrib/data/System/DefaultUserRegistration.txt index 1f9be67097..135a53bc47 100755 --- a/TopicUserMappingContrib/data/System/DefaultUserRegistration.txt +++ b/TopicUserMappingContrib/data/System/DefaultUserRegistration.txt @@ -277,7 +277,7 @@ jQuery(function($) { wikiword: true, remote: { url: '%SCRIPTURL{view}%/%WEB%/%TOPIC%', - type: 'post', + type: 'get', data: { section: 'checkWikiName', skin: 'text', @@ -291,7 +291,7 @@ jQuery(function($) { required: true, remote: { url: '%SCRIPTURL{view}%/%WEB%/%TOPIC%', - type: 'post', + type: 'get', data: { section: 'checkLoginName', skin: 'text',