Chad Fredericksen
Chad Fredericksen
> @cfredericksen > Please don't do like this. Just define `lastlogin` field type as Date and insert `new Date()` there. > > @glutamate > Catching (and logging) of `Login` event...
@pyhedgehog I updated the login trigger. I ran into search errors with the previous code. ``` var now = Date() var current = new Date(now).toISOString(); for (var i = 0;...
┌Account──────────┬───────────────┬──────────────┐ │ Portfolio Value │ Change │ Buying Power │ ├─────────────────┼───────────────┼──────────────┤ │ redacted │ 60.64 (0.11%) │ redacted │ └─────────────────┴───────────────┴──────────────┘ VZ UNISQ Traceback (most recent call last): File "./shell.py", line...
Thanks for replying. My question is specific to the zabbix helm chart. I dont see any reference to port 161 (SNMP) in any of the docker images used or any...
> @cfredericksen I'll release the version on the weekend haha Merging the PR?
> @cfredericksen This merge request is slightly problematic and is being processed. Thanks for the update!
Can you merge this?
Can this be merged? @mgutt
@mcardielo I created 2 users, bob and alice with different passwords. I am able to login as bob and read alice's files. https://webdav.domainname/alice/ and alice can read bob's files https://webdav.domainname/alice/....
@mcbenjemaa I am also having this same issue. Thanks @mkamsikad2 for posting.