[web2py] MY auth mailer not wprking please check code and send me changes?

2016-05-17 Thread Sukrut Joshi
When I complete the registration form a flash appears on the top-right corner of the page with a flash message "Email sent" but mail is not deliver to mailer please help me i used these setting in db.py from gluon.tools import Auth auth = Auth(db) auth.define_tables(username=False,signature=Fal

Re: [web2py] Re: MY auth mailer not wprking please check code and send me changes?

2016-05-17 Thread Sukrut Joshi
see it from different angle. > Have you checked the mail log to verify if the mail is received and sent > by the mailer? > Many mailers do not work out of the box. For example, you have to "allow" > apps to use google as mailer on gmail. > > > On Tuesday, May 17, 2016

Re: [web2py] Re: MY auth mailer not wprking please check code and send me changes?

2016-05-17 Thread Sukrut Joshi
so i need proper code for sending mail by mailer to user..please provide me code On Tue, May 17, 2016 at 3:34 PM, Sukrut Joshi wrote: > no google is not sending any mail..means my mailer is not working > > On Tue, May 17, 2016 at 2:59 PM, Vic Ding wrote: > >> You mentioned &q

Re: [web2py] Re: How to do this? Obviously I need ajax but what's the exact syntax?

2016-03-14 Thread Sukrut Joshi
please send me college management system which developed in web2py.. which contain 'student 'staff fees attendence library module On Tue, Mar 15, 2016 at 11:42 AM, Ben Lawrence wrote: > Lets see if I get this right. In the view, place this: > > {{=clickme}} > then in the controller: > > fo

Re: [web2py] please help with new widgets

2016-03-14 Thread Sukrut Joshi
please send me college management system which developed in web2py.. which contain 'student 'staff fees attendence library module On Mon, Mar 14, 2016 at 11:32 PM, Dave S wrote: > > > On Monday, March 14, 2016 at 10:55:53 AM UTC-7, Dave S wrote: >> >> >> >> On Monday, March 14, 2016 at 12:41:03

Re: [web2py] Re: Auth_user add username field

2016-03-28 Thread Sukrut Joshi
how to set string size in sql form db.define_table('stud_personal', Field('phone_no',string(10), requires=IS_NOT_EMPTY())) is it correct? On Thu, Mar 24, 2016 at 7:21 AM, Michael Beller wrote: > yes - I think something like this could/should work: > > db.auth_user.first_name.

Re: [web2py] Re: web2py 2.14.2

2016-03-29 Thread Sukrut Joshi
please help for regex of mobile numbers of india i dont want use country code ..number must start with digit and end with digit and length of mobile no=10 requires = IS_MATCH('^1?((-)\d{3}-?|\(\d{3}\))\d{3}-?\d{4}$', error_message='not a phone number') this is for us..and need for indi

Re: [web2py] Re: web2py 2.14.2

2016-03-30 Thread Sukrut Joshi
thanku On Wed, Mar 30, 2016 at 3:58 PM, Gary Cowell wrote: > Hello > > Running 2.14.3 - upgraded from 2.12.(something) > > Seems all the btn-default are now almost invisible? > > E.g. from the log in page: > > onclick="window.location='/dynamic54/default/user/register?_next=%2Fdynamic54%2Fdyna