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
..
admin Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
emails fix: #11572 2 years ago
install feat: closes #11630 2 years ago
modals refactor: move to modals 2 years ago
partials Acp redesign (#11639) 2 years ago
400.tpl feat: closes #11549, new error pages 2 years ago
403.tpl feat: closes #11549, new error pages 2 years ago
404.tpl new 404 page 2 years ago
500.tpl feat: closes #11549, new error pages 2 years ago
503.tpl feat: closes #11549, new error pages 2 years ago
confirm.tpl Bootstrap5 (#10894) 2 years ago
ip-blacklist.tpl Bootstrap5 (#10894) 2 years ago
outgoing.tpl add flex-fill 2 years ago
post-queue.tpl fix: closes #11612 2 years ago
registerComplete.tpl Bootstrap5 (#10894) 2 years ago
reset.tpl fix: reset password 2 years ago
reset_code.tpl fix: black on red coloration on error when a bad reset code is received 2 years ago
sitemap.tpl fix: #9301, dont call sitemapstream if there are no entries in categories/pages/topics.xml 4 years ago
tos.tpl Bootstrap5 (#10894) 2 years ago
unsubscribe.tpl Bootstrap5 (#10894) 2 years ago