Forum

> > Unreal Software > Unreal Software bugs and errors thread
Forums overviewUnreal Software overviewLog in to reply

English Unreal Software bugs and errors thread

219 replies
Page
To the start Previous 1 27 8 9 10 11 Next To the start

old Re: Unreal Software bugs and errors thread

Hurri04
Super User Off Offline

Quote
When I try changing my email address it shows a success message but the confirmation email never arrives, not even in the spam folder:
IMG:https://i.imgur.com/ljMTd8Y.png


Also it would be nice if the "+" character was allowed, to be able to use the format "my.address+unrealsoftware@gmail.com" which currently gives an error:
IMG:https://i.imgur.com/Hnhvgkx.png
edited 1×, last 04.06.23 02:42:58 pm

old Re: Unreal Software bugs and errors thread

DC
Admin Off Offline

Quote
Looks like Google rejects my mails because I didn't setup SPF and/or DKIM. I'll check. Thank you for letting me know.

It maybe still works with other mail providers.

Edit: I updated the DNS settings of UnrealSoftware.de. I hope mails should work again within the next 48 hours.
edited 1×, last 04.06.23 04:41:48 pm

old Re: Unreal Software bugs and errors thread

DC
Admin Off Offline

Quote
Great to hear that. Thank you for the feedback!
That "+" stuff allows to use arbitrary aliases, right? That's actually somewhat problematic because it would make it easier to create spam/multi accs with just one registered mail. I coule add logic to prevent that though... will consider it.

old Re: Unreal Software bugs and errors thread

Hurri04
Super User Off Offline

Quote
I'd imagine it should be easy enough to remove the substring from
indexof('+')
to
indexof('@')
and compare the remaining string against existing email addresses, no?
Also gmail allows putting optional dots anywhere before the '@' so "my.address@gmail.com" is the same as "myaddress@gmail.com" or "m.y.a.d.d.r.e.s.s+s.u.f.f.i.x@gmail.com", etc. so you'd need to check against the base version where you remove all dots except the last one at ".com".

From the user side it has the advantage of being able to specify a custom suffix per website and if you manage to do it everywhere you're able to check for spam easier (if the spammer removed the suffix, since it should be a pretty well-known feature on gmail) or check which website leaked/sold your data (if the suffix was not removed).

old Re: Unreal Software bugs and errors thread

DC
Admin Off Offline

Quote
@user Gaios: Thanks, I know this method but it doesn't solve the problem of one user creating multiple accounts with the "same" address. Changing the filter isn't a problem.

@user Hurri04: Yep, it would be quite trivial to fix this. Just like you explained. For the dot issue it would be cleaner/safer to only remove dots in front of the @. The actual challenge is doing this in my ugly code base without breaking things and without forgetting anything. That's the main reason why I'm hesitating

I'm aware how useful this would be. I'm actually doing the same thing just with a catchall mail where I can put everything I want in front of the @.

old Re: Unreal Software bugs and errors thread

MikuAuahDark
User Off Offline

Quote
1. CS2D server info doesn't appear anymore with the new redesign. It tells me that
$
is not defined.
2. "github" in profile is written in all lowercase. Should it be "GitHub"?
3. In the main page, the background image gets larger when expanding more/spoiler tags. Not sure if this is intentional or not.
4. While editing this post, after pressing "Submit", it says "Back to the thread 'Edit'" instead of the actual thread name.
edited 2×, last 17.12.23 04:56:18 am

old Re: Unreal Software bugs and errors thread

DC
Admin Off Offline

Quote
@user MikuAuahDark:
1. I'm aware of this one. Will be fixed soon.
2. You're right! Changed to "GitHub" √
3. That shouldn't happen. background-attachment is set to fixed so it should only resize if the browser window size is changed. Which browser are you using?
4. Uhh! Thanks, fixed! √

@user BcY: That was actually intended but I gotta agree.. looks weird. Especially with that style. Changed! √
To the start Previous 1 27 8 9 10 11 Next To the start
Log in to replyUnreal Software overviewForums overview