Un3qual
(Ryan)
20 Septiembre, 2015 03:01
1
Continuing the discussion from Anonymous posting mode :
Could we get the anonymous posting mode turned on (preferably on certain “categories”), if the forum administrator decides to?
Or at least, allowing logged in members to post anonymously (forum administrators can still ban that username, but the post will appear as anonymous to every other members).
That’d be sweet.
I am using discourse for a school, and students like to give teachers anonymous feedback without being scared that teachers will know who it is, and dislike them, however the principal needs to be able to see someone if they make an inappropriate post.
riking
(Kane York)
20 Septiembre, 2015 17:58
2
Hmm, I thought that a link to the main account should be exposed under “Show Email” but it isn’t.
Falco
(Falco)
20 Septiembre, 2015 19:02
3
Does not compute.
I think that anonymous shoud at least try to be anonymous, if not you should out a big red warning saying otherwise.
Un3qual
(Ryan)
20 Septiembre, 2015 19:04
4
In my case the information would never go to the teachers, just to the appropriate administrators.
Falco
(Falco)
20 Septiembre, 2015 19:08
5
I believe you, and I know its easy to find the real anonymous throug nginx logs, but if the Discourse itself make it easy the student needs to be warned. And the warning alone will make you loose a lot of valuable feedback, making all the feature useless.
Un3qual
(Ryan)
20 Septiembre, 2015 20:30
6
Yeah I see your point. I guess if it’s a real issue, I could just look at IPs.
sam
(Sam Saffron)
20 Septiembre, 2015 21:08
7
You can run a query with data explorer to see it if you need to.
2 Me gusta
Isla
(Technologically clueless)
8 Junio, 2025 13:15
8
¡Hola a todos! Me pregunto si el acceso para que los administradores puedan identificar a los usuarios anónimos ha cambiado hoy en día.
Creo que una consulta al explorador de datos sigue siendo la forma recomendada.
Algo simple como esto quizás:
-- [params]
-- user_id :user
SELECT user_id,
master_user_id
FROM anonymous_users
WHERE user_id = :user
Aunque la consulta exacta puede depender de para qué necesites la información.
2 Me gusta
Anónimo significa anónimo; la función mencionaba que era seudónimo (no verdaderamente anónimo en la práctica, como se describe).
Desearía lo contrario, como se solicitó en este tema, que Discourse pudiera ofrecer una opción para ser utilizado de forma anónima .
Un punto de partida debería ser no registrar las direcciones IP y un comportamiento de usuario anónimo simple .
Me gusta empezar a usar la palabra y el significado correctos de todo, incluido ‘anónimo’ o ‘privado’.