Tagged Questions
1
vote
2answers
36 views
Per-transfer authorization of file transfers on a per transaction basis
In my organization, users have the rights to transfer files to and from servers using SSH File Transfer protocol for a variety of reasons; e.g. application troubleshooting, BAU, etc.
Although our ...
1
vote
1answer
175 views
users avatar names based on Primary Key, is it safe?
We upload users avatar with their primary key name. avatars name are 1.jpg,2.jpg,3.jpg,... according to their primary key.
We implemented this to omit avatar field from database, instead with use ...