By the way... what changes need to be made in log in for, so that user can 
feed his unique user_id and password?

On Thursday, July 2, 2015 at 7:28:34 PM UTC+5:30, Ramashish Gaurav wrote:
>
> Thanks for your interest Anthony ! Actually I am building a tool for an 
> intra-net application to be used by utmost 50 users. So I can expect that 
> the users are all known to each other and trust each other.
>
> For password reset option, no doubt a mail would  be sent for it. However 
> the admin of this application might want to remove this feature via app and 
> in that case the user will have to contact the admin for it.
>
> I'll implement your suggestions and let you know my progress... Thanks 
> again!.
>
> On Thursday, July 2, 2015 at 5:31:01 PM UTC+5:30, Anthony wrote:
>>
>> Do the users all trust each other? What happens when one wants to request 
>> a password reset?
>>
>> On Thursday, July 2, 2015 at 6:02:51 AM UTC-4, Ramashish Gaurav wrote:
>>>
>>> Hello all !
>>>
>>> I need to create a registration form where users can have same email 
>>> ids, but different user id... say for example :
>>>
>>> There are four users A, B, C, and D. There is a common email account 
>>> they share, say "[email protected]" . Before I explain further, let me 
>>> state that users wouldn't be able to register themselves via the 
>>> application, but the admin of application would create unique user_id's for 
>>> each users from database administration side. So let the users have unique 
>>> user_id's as a123, b123, c123 and d123. 
>>>
>>> Thus they can log in into the application by feeding in their unique 
>>> user_id's and password, and when an email might be needed to send them, I 
>>> would select their name or user_id and send a mail. Thus the mail arrive 
>>> into an account ( "[email protected]" ) commonly accessed by all of them. 
>>> I guess the changes are to be made in registration form and log in form.
>>>
>>> If there's a way to achieve it, please share it with me. Thanks for your 
>>> interest ! 
>>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to