Add field for custom wiki username in database

This commit is contained in:
2022-04-28 21:11:56 +00:00
parent 7d85e96b49
commit c2f9295585
4 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export function AuthWiki(props) {
<Header size='small'>Success!</Header>
<p>You can now log into the Wiki:</p>
{user && <p>
Username: {user.username}<br/>
Username: {user.member.mediawiki_username || user.username}<br/>
Password: [this Spaceport password]
</p>}
<p><a href='https://wiki.protospace.ca/index.php?title=Special:UserLogin&returnto=Welcome+to+Protospace' rel='noopener noreferrer'>Protospace Wiki</a></p>