The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "OpenIDrenames"

From A Tale in the Desert
Jump to navigationJump to search
Line 1: Line 1:
 
Especially for the people that used to login with a third party OpenID provider, list here your old name and the new name you're using now (which is linked to the atitd OpenID). Hopefully an admin can link these two together.
 
Especially for the people that used to login with a third party OpenID provider, list here your old name and the new name you're using now (which is linked to the atitd OpenID). Hopefully an admin can link these two together.
 +
 +
When the admin changes your situation you should just see the desired (old) name again.
  
 
{| cellspacing="0" cellpadding="10" border="1"
 
{| cellspacing="0" cellpadding="10" border="1"
 
!First name (to keep, linked to other provider)
 
!First name (to keep, linked to other provider)
 
!Temporary name (linked to atitd OpenID provider)
 
!Temporary name (linked to atitd OpenID provider)
|-
+
!Should be fixed now
|Saffrian (linked to AIM openID)
 
|Saff (should be Saffrian)
 
 
|-
 
|-
 
|Shebi (registered directly on MediaWiki)  
 
|Shebi (registered directly on MediaWiki)  
 
|Shebi2
 
|Shebi2
 +
|
 
|}
 
|}
 +
 +
To fix a user you have to disable the second openid and fix up the old one with the right url:
 +
<pre>
 +
update wikiuser_openid set
 +
uoi_openid='http://atitd.org/openid-disabled/WANTED_BUT_USED_NAME' where
 +
uoi_openid='http://atitd.org/openid/WANTED_BUT_USED_NAME';
 +
 +
update wikiuser_openid set uoi_openid='http://atitd.org/openid/WANTED_BUT_USED_NAME'
 +
where uoi_openid='http://openid.aol.com/SECOND_NAME_USED_WITH_ATITD_PROVIDER';
 +
</pre>

Revision as of 01:11, 16 December 2008

Especially for the people that used to login with a third party OpenID provider, list here your old name and the new name you're using now (which is linked to the atitd OpenID). Hopefully an admin can link these two together.

When the admin changes your situation you should just see the desired (old) name again.

First name (to keep, linked to other provider) Temporary name (linked to atitd OpenID provider) Should be fixed now
Shebi (registered directly on MediaWiki) Shebi2

To fix a user you have to disable the second openid and fix up the old one with the right url:

update wikiuser_openid set
 uoi_openid='http://atitd.org/openid-disabled/WANTED_BUT_USED_NAME' where
 uoi_openid='http://atitd.org/openid/WANTED_BUT_USED_NAME';

update wikiuser_openid set uoi_openid='http://atitd.org/openid/WANTED_BUT_USED_NAME'
 where uoi_openid='http://openid.aol.com/SECOND_NAME_USED_WITH_ATITD_PROVIDER';