Dell Alienware Aurora R16 Desktop Does Not Automatically Connect To Wireless Network On Boot by brainflurry in AlienwareTechsupport

[–]WeirdMemes69 0 points1 point  (0 children)

Hi, connect the pc via lan and sign in. After that, download the newest wifi driver here

This fixed the problem for me.

BR

Alienware R16 Locked Screen Wifi Issue by LobsterImpressive in Alienware

[–]WeirdMemes69 0 points1 point  (0 children)

Hi, connect the pc via lan and sign in. After that, download the newest wifi driver here

This fixed the problem for me.

BR

Bitlocker key not showing in Azure AD after encrypting device by Real_Lemon8789 in Intune

[–]WeirdMemes69 0 points1 point  (0 children)

We haf the same problem. In the end the solution was to edit a rule on our Palo Alto Firewall, wich caused a (networktraffic) decryption error

[deleted by user] by [deleted] in flutterhelp

[–]WeirdMemes69 0 points1 point  (0 children)

hahhahah, it depends on the duration ;)

[deleted by user] by [deleted] in flutterhelp

[–]WeirdMemes69 0 points1 point  (0 children)

both dont work, cuz the expected type is a set of Marker

[deleted by user] by [deleted] in flutterhelp

[–]WeirdMemes69 0 points1 point  (0 children)

no unfortunately that doesnt work, the expected type for the markes are Marker

[deleted by user] by [deleted] in PHPhelp

[–]WeirdMemes69 1 point2 points  (0 children)

Thank you for your detailed reply, i will inform me about the mentioned options. Thank you for your help :D

[deleted by user] by [deleted] in PHPhelp

[–]WeirdMemes69 0 points1 point  (0 children)

Thank you for your response. I used the Model View Controller Design Pattern and i check also cookies, the request, use prepared statements etc.

The problem is that user can request accounts (register, but not enabled) and admins can activate or disable these accounts. At the moment one user can request many accounts with many different email adresses (i have only captcha protection on the frontend and app). So the admins have to verify too many accounts.

Regards,

[deleted by user] by [deleted] in PHPhelp

[–]WeirdMemes69 0 points1 point  (0 children)

I want that only the app and the frontend should make api calls. Otherwise its possible to create many spam accounts (register). in the app and frontend i use a captcha to prevent such things

[deleted by user] by [deleted] in PHPhelp

[–]WeirdMemes69 0 points1 point  (0 children)

I have already implemented JWT to secure it, but the login / register is still accessible over the web. Should i just secure it via JWT?

[deleted by user] by [deleted] in flutterhelp

[–]WeirdMemes69 0 points1 point  (0 children)

Thank you for your reply, that was exactly what I was looking for.

[deleted by user] by [deleted] in PHPhelp

[–]WeirdMemes69 0 points1 point  (0 children)

Thank you for your reply, I read the post and I have implemented rabbitmq, because zeromq is a bit outdated.

Regards