You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Barış Soner Uşaklı 04998908ba
Fixes for "validate email" & "send validation email" in ACP (#11677)
* confirmObj changes

dont expire confirm:<code>, add a expires field instead
dont expire confirm:byUid:<uid>

on admin manage users display the users email status
	1. verified
	2. verify email sent (pending)
	3. verify email sent (expired)
	4. no email entered

fix validate email in acp to use
	email in user:<uid> if they have one
	if not check if its in confirm:<code>
	if its not in above cant validate throw error

fix send validate email to use
	email in user:<uid> if they have one
	if not check if its in confirm:<code>
	if its not in above too cant validate throw error

* add back socket.io tests

* test: fix confirm tests

no longer using pexpire
return correct time left on token

* chore: update openapi

* fix: delete call

* test: mget test fixes

* test: fix tests
2 years ago
..
admins-mods.json Acp redesign (#11639) 2 years ago
categories.json Acp redesign (#11639) 2 years ago
digest.json feat: #8053, biweekly digest option 4 years ago
groups.json fix language string 2 years ago
privileges.json Acp redesign (#11639) 2 years ago
registration.json `admin/manage` translations, misc 8 years ago
tags.json Acp redesign (#11639) 2 years ago
uploads.json Acp redesign (#11639) 2 years ago
users.json Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago