python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TYPO3 get the user from cruser_id field
i would like to show the user who created an element. The TCA looks like this:
'ctrl' => [
'title' => 'Title',
'label' => 'title',
'tstamp' => 'tstamp',
'crdate' => 'c...
180690
Votes: 0
Answers: 1
How to ensure malicious users won't change cookie value?
I'm developing a login page for a very small site, and for the "remember me button",
I use the user-id which then I encrypt before placing it in the cookie, and when i want to check if he al...
Léon D
Votes: 0
Answers: 1
How can I overwrite a models.py entry only if the user id is the current user?
I have genome files, and I want each user to be able to upload their own genome file, but they can only have one of them. I want it so that if they try to upload another, then they will just replace t...
Blake Young
Votes: 0
Answers: 1
How to create a printable user form with a new USERID every time one downloads it in php
How to create a printable user form with a new USERID every time one downloads it in php.
I have created a form in php. But I want it to be available in printable form as well. How to accomplish this,...
HHH
Votes: 0
Answers: 0