Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Login page

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


farnazbeh at yahoo

Nov 15, 2009, 4:10 AM

Post #1 of 7 (1109 views)
Permalink
Login page

hi all,

I'm new to mythtv .

please let me know how should I add login page to mythweb so that each user  see or manipulate her own Info and where is the first page(welcome page).

thanks in advance,



_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


joshoekstra at gmx

Nov 15, 2009, 5:07 AM

Post #2 of 7 (1041 views)
Permalink
Re: Login page [In reply to]

Far Beh schreef op 15-11-2009 13:10:
> hi all,
>
> I'm new to mythtv .
>
> please let me know how should I add login page to mythweb so that each user see or manipulate her own Info and where is the first page(welcome page).
>
> thanks in advance,
>
User question, please ask on:
mythtv-users [at] mythtv

For now you can check out:
http://www.mythtv.org/wiki/Mythweb#Securing_Mythweb

Regards,

Jos Hoekstra
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


knight at teksavvy

Nov 15, 2009, 5:09 AM

Post #3 of 7 (1044 views)
Permalink
Re: Login page [In reply to]

Far Beh wrote:

> hi all,
>
> I'm new to mythtv .
>
> please let me know how should I add login page to mythweb so that each user see or manipulate her own Info and where is the first page(welcome page).
>
> thanks in advance,
>

AFAIK this functionality doesn't currently exist in MythTV/MythWeb.

BTW, please don't post the same thing multiple times...

Nick
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


knight at teksavvy

Nov 15, 2009, 5:13 AM

Post #4 of 7 (1038 views)
Permalink
Re: Login page [In reply to]

Nicolas Riendeau wrote:

> Far Beh wrote:
>> please let me know how should I add login page to mythweb so that each
>> user see or manipulate her own Info and where is the first
>> page(welcome page).
>>
>> thanks in advance,
>>
>
> AFAIK this functionality doesn't currently exist in MythTV/MythWeb.
>
> BTW, please don't post the same thing multiple times...
>
> Nick

Sorry, I had not noticed this was posted to mythtv-dev and not mythtv-users...

Have a nice day!

Nick
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


farnazbeh at yahoo

Nov 15, 2009, 10:33 PM

Post #5 of 7 (1015 views)
Permalink
Re: Login page [In reply to]

Hi Jos,

Thanks for reply .
By this  way just we  can authenticate users to access the web pages , but I should design login page , define each user and then track users in mysql  so that I can display information specific to each user , I mean each user login with his own user name password and see his own info on for example  recorded tv program  and so on.

Regards,
Farnaz.



----- Original Message ----
From: Jos Hoekstra <joshoekstra [at] gmx>
To: Development of mythtv <mythtv-dev [at] mythtv>
Sent: Sun, November 15, 2009 4:37:23 PM
Subject: Re: [mythtv] Login page

Far Beh schreef op 15-11-2009 13:10:
> hi all,
>
> I'm new to mythtv .
>
> please let me know how should I add login page to mythweb so that each user  see or manipulate her own Info and where is the first page(welcome page).
>
> thanks in advance,
>
User question, please ask on:
mythtv-users [at] mythtv

For now you can check out:
http://www.mythtv.org/wiki/Mythweb#Securing_Mythweb

Regards,

Jos Hoekstra
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev




_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


jon.the.wise.gdrive at gmail

Nov 16, 2009, 12:34 AM

Post #6 of 7 (1016 views)
Permalink
Re: Login page [In reply to]

On Nov 15, 2009, at 10:33 PM, Far Beh wrote:

> Hi Jos,
>
> Thanks for reply .
> By this way just we can authenticate users to access the web
> pages , but I should design login page , define each user and then
> track users in mysql so that I can display information specific to
> each user , I mean each user login with his own user name password
> and see his own info on for example recorded tv program and so on.

This multi user support is a feature that many users have requested
over the years. Before making it available in mythweb, you will need
to make the needed changes to make it available in myth itself.
Currently Myth has no such support, but if you would be willing to dig
in and make the code required, then a great many users would thank you.

~Jon
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


raymond at wagnerrp

Nov 16, 2009, 8:24 AM

Post #7 of 7 (997 views)
Permalink
Re: Login page [In reply to]

Jon Bishop wrote:
>
> On Nov 15, 2009, at 10:33 PM, Far Beh wrote:
>
>> Hi Jos,
>>
>> Thanks for reply .
>> By this way just we can authenticate users to access the web pages
>> , but I should design login page , define each user and then track
>> users in mysql so that I can display information specific to each
>> user , I mean each user login with his own user name password and see
>> his own info on for example recorded tv program and so on.
>
> This multi user support is a feature that many users have requested
> over the years. Before making it available in mythweb, you will need
> to make the needed changes to make it available in myth itself.
> Currently Myth has no such support, but if you would be willing to dig
> in and make the code required, then a great many users would thank you.

If you do intend to go this route, there has already been at least one
attempt.

http://www.mythtv/wiki/SoC2006#Make_Myth_Multi-user

You should try to dig up the old code base to build off of. Also, pop
into #mythtv [at] irc There has been discussion about
rewriting the internal structure dealing with files, recordings, and
metadata. It stalled a couple months back in order to get 0.22 out the
door. If this does happen, it would be a good opportunity to lay some
ground work for a multi-user mythtv.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.