I have been looking at the possibility of allowing external users (users that only post comments) to authenticate in the blog like normal users do. I mean, when the blogger (owner of the blog) wants to add a comment, with $poster->isAuthenticated() LT realizes the users is authenticated in the admin side. I suppose it does looking at defined SESSION parameters or something like that.
My question is : Is it possible to create a plugin adding some interface in the user side allowing all registered users to login and in this way, the $poster->isAuthenticated() will return true for this users without the need to go to the admin interface? Obviously, this users will be registered manually or with another public interface with no privileges in the blog administration.
If possible, how difficult it could be to do the plugin and which problems or incompatibilities with newer versions this may cause?
Perhaps, it will be interesting for newer LT versions to add for each blog the possibility to have this "user comment" by default. I mean, its interesting for blog users to have a personal ID although they are only commenting.
I will wait for yours answers.
Thanks in advance and sorry for my null capacity of explaining what I mean. I am reading all the post and it doesn't make a lot sense but hope you can understand
