Zoltán Lehóczky
Zoltán Lehóczky
Why would we mask user IDs? Those are internal identifiers that only relate to personal information if you have access to the DB or at least the admin area too...
Alright, but we still somehow need to know sometimes which user did something, just as Audit Trail records who the user was. E.g. for login failures not knowing the user...
These are all solved issues both with log files and Application Insights. I can't imagine other logging platforms can't do the same. If you follow GDPR (or any other similar...
See from https://github.com/OrchardCMS/OrchardCore/pull/18043#issuecomment-2978490764
This most possibly has to do with the input being `number` and some weird Chrome behavior. The problem is that after the first input, the value will be `00.01`.
Just dropping `IClock` would be hugely breaking. Since it's a simple interface, providing a shim will be of little effort, but allowing people to adapt gradually.
It's somewhere in this section: https://youtu.be/Cmu7RLimyoQ?si=Hnxv4IMw3t67b85X&t=2073
Why is it better than TinyMCE? My understanding is that it's about licensing, but it's not clear to me: TinyMCE also [has an open-source GPL license](https://github.com/tinymce/tinymce/blob/main/LICENSE.md). [This page](https://www.tiny.cloud/docs/tinymce/latest/license-key/) though contradicts...
Please format the long entry so whoever wants to help you can just read it, instead of jumping through hoops as step zero.
This looks like a JSON serialization issue, no @MikeAlhayek?