- Package:
- wiki.debian.org
- Source:
- wiki.debian.org
- Submitter:
- Steve McIntyre
- Date:
- 2026-08-23 22:29:02 UTC
- Severity:
- normal
As reported: when I try to create a user account on the Debian wiki which uses a name already taken, I get the following message: This user name already belongs to somebody else. If this is a new account and you need another verification link, try sending another one. "sending another one" links to https://wiki.debian.org/InstallingDebianOn/Allwinner?action=newaccount&i=1162379783.5.60584&resend=1 in my case. Going to this page results in an internal server error. I've confirmed this and I can see the problem in the apache logs: [wsgi:error] mod_wsgi (pid=19132): Exception occurred processing WSGI script '/srv/wiki.debian.org/bin/moin.wsgi'. [wsgi:error] Traceback (most recent call last): [wsgi:error] File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__ [wsgi:error] return self.app(environ, start_response) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/wsgiapp.py", line 264, in __call__ [wsgi:error] response = run(context) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/wsgiapp.py", line 89, in run [wsgi:error] response = dispatch(request, context, action_name) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/wsgiapp.py", line 137, in dispatch [wsgi:error] response = handle_action(context, pagename, action_name) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/wsgiapp.py", line 203, in handle_action [wsgi:error] handler(context.page.page_name, context) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/action/newaccount.py", line 259, in execute [wsgi:error] mailok, msg = _send_verification_mail(request, theuser) [wsgi:error] File "/usr/lib/python2.7/dist-packages/MoinMoin/action/newaccount.py", line 22, in _send_verification_mail [wsgi:error] 'v': user.account_verification} [wsgi:error] AttributeError: User instance has no attribute 'account_verification'
"Dear Manager, It’s Youkey from MarsHub,a professional translation & localization company. We are seeking an opportunity to work with you. Could you share with me some information about your plans or translation project? We are a 20+year, top 50 language service provider in the world, with 10+ offices in Asia, US, and Europe, 600+ employees and 10,000+certified translators worldwide, covering 100+ languages in this industry. ISO certified company and member of the American Translators Association. Native linguists with industry expertise. Our resource rating system enables us to choose the best and most suitable linguists for your project based on their past performances. We build and maintain Translation Memory, Glossary, and Style guides for your projects to ensure the accuracy and consistency of the translation and industry terms. We handle more than millions of words for our client like Yoozoo, Singularity 6, mattel163,Well-link etc. We have a professional gaming team consisting of native voice actors, editors, engineers, translators and project managers, providing language services such as transcription, timecode, translation, subtitling and closed caption, voice-over, LQA etc. Do you have any translation needs or any interest in learning more? If you have no need to, please reply with “unsub”, we will not send emails from our side. Youkey Ye | Global Business Developer Phone/WhatsApp: +86 13923400827 Don’t want to receive any further emails? Reply with ‘Unsub'"
[..] Currently this works; questionable if it should and if it really should leak the user's email address. But it's not completely broken. Given it seems unlikely this will be fixed on MoinMoin, I'm gonna close this and we shall hope the MediaWiki-migration will be completed. Best, Chris