Re: [web2py] Multiple Uploads using jQuery-File-Upload: Javascript/CSS Conflict?

2015-07-02 Thread Sujata Aghor
IN other words I want to do form.process(...).accepted in the for loop for no. of files uploaded. On Thursday, July 2, 2015 at 12:26:09 PM UTC+5:30, Sujata Aghor wrote: > > > My code( based on your mentioned solution) looks like this- > > if form.accepts(request.vars): >

[web2py] invalid reset password

2015-07-02 Thread webpypy
Hi, Four days ago, the reset password was working fine. Now, it gives 'invalid reset password' after clicking the link of reset password mail. I am on pythonanywhere, mysql , 2-11-2. The only change ( I did during the last two days) related to auth was the setting on the language of the recap

[web2py] Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
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 "a...@gmail.com" . Before I explain further, let me state that users wouldn't be

[web2py] Re: general concepts for creating user defined tables?

2015-07-02 Thread Massimo Di Pierro
the wizard does that. you can copy the code of the wizard. On Wednesday, 1 July 2015 17:45:31 UTC-5, Alex Glaros wrote: > > What is best concept for creating user-defined tables? > > Intent is for user to create small, simple, permanent tables. E.g., User > wants inventory table. User says I ne

Re: [web2py] Re: Semantic 2.0

2015-07-02 Thread Massimo Di Pierro
I am big fan of Semantic and I prefer it to Bootstrap. On Wednesday, 1 July 2015 19:13:04 UTC-5, mcm wrote: > > ops forgot to paste the link! thanks leonel! > > 2015-07-02 2:05 GMT+02:00 Leonel Câmara : > >> I'm guessing he's referring to this: >> http://www.semantic-ui.com/introduction/new.html >

Re: [web2py] Re: Semantic 2.0

2015-07-02 Thread 黄祥
have a plan to use semantic for web2py scaffolding app? perhaps, something like private/appconfig.ini [layout] css = bootstrap3 ;css = bootstrap ;css = semantic best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sou

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread 黄祥
perhaps you can use, username (username = True) and override the email settings (custom_auth_table.email.unique = False) ref: http://web2py.com/books/default/chapter/29/09/access-control#Customizing-Auth best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documenta

[web2py] Re: Using datatables and web2py

2015-07-02 Thread Mirek Zvolský
I have not such error in your jsfiddle. What about to give console.log(column) after if (column) { Dne čtvrtek 2. července 2015 3:46:23 UTC+2 Chris Guest napsal(a): > > I have a very wide html table. I want to selectively hide groups of > columns at a time using a list of . > Someone suggested

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Anthony
On Thursday, July 2, 2015 at 7:50:50 AM UTC-4, 黄祥 wrote: > > perhaps you can use, username (username = True) and override the email > settings (custom_auth_table.email.unique = False) > Unique email addresses are enforced via a NOT_IS_IN_DB validator, not via the "unique" attribute. So, either d

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Anthony
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 exam

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
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 th

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
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 use

[web2py] Dynamic drop down menu

2015-07-02 Thread Gael Princivalle
Hello all. I've to set a dynamic drop down menu with 5 different fields. I would like to check which is today the best web2py way to do it. This plugin seems interesting: http://dev.s-cubism.com/plugin_lazy_options_widget Is there also an Ajax solution? Thanks, regards. -- Resources: - http:

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread villas
Hi Ramashish Your best option (by far!) is to consider this... Gmail treats all these email addresses as equivalent for delivering emails: - a...@gmail.com - abc+us...@gmail.com - abc+us...@gmail.com - abc+anythingyouw...@gmail.com The suffix must follow the '+' sign. Use this f

[web2py] Starter App (Scaffolding) selction on create app.

2015-07-02 Thread Jason (spot) Brower
There has been some discussion about different types of frameworks. I too have options I want to have and perhaps even the ability to take a web2py.app and have it as an available template. Is there any plan on having an option when we create an app with web2py? BR, Jason -- Resources: - http://w

[web2py] Re: invalid reset password

2015-07-02 Thread Annet
Hi Ashraf, This issue has also been reported on June 10th and on Mai 24th as well, as far as I know it has not yet been solved. Kind regards, Annet -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.c

[web2py] Re: Help with MSSQL Connection

2015-07-02 Thread Derek
Wow, that's great. I tried that a while ago and I had issues. I created issues for the developer but I wasn't aware he had fixed them. https://github.com/denisenkom/pytds/issues/33 I had to use some hacks to get mine to work with TDS, but once I did that, I can use it in pypy, with full speedup

[web2py] Re: invalid reset password

2015-07-02 Thread webpypy
Hi Annet, you are right. what i did 4 days ago, was changing the password, not 'reset password'. Regards, Ashraf On Thursday, July 2, 2015 at 7:31:37 PM UTC+3, Annet wrote: > > Hi Ashraf, > > This issue has also been reported on June 10th and on Mai 24th > as well, as far as I know it has no

[web2py] Re: Starter App (Scaffolding) selction on create app.

2015-07-02 Thread Niphlod
before having the option of having the option to choose for it'd be - at least required - to have something to choose from :-P On Thursday, July 2, 2015 at 6:04:40 PM UTC+2, Encompass solutions wrote: > > There has been some discussion about different types of frameworks. > I too have options I w

[web2py] Re: run time error - auth_user.table appears corrupted

2015-07-02 Thread Niphlod
stop web2py, drop the databases/*_auth_user.table file, set fake_migrate_all=True on the DAL connection, start web2py, hit the appadmin page (which should trigger recreation of all *.table files), remove fake_migrate_all statement from the DAL connection. On Wednesday, July 1, 2015 at 4:01:20 P

[web2py] Re: as_dict() on a row fails when connected to MySQL on Amazon RDS

2015-07-02 Thread Niphlod
I'm pretty sure that newly_inserted_id = db.table.insert(...) should return an integer, not a row. On Wednesday, July 1, 2015 at 4:01:19 PM UTC+2, Sean Ballow wrote: > > We are connecting successfully to MySQL on RDS > > And when attempting to insert a new record it appears to properly insert

[web2py] Re: invalid reset password

2015-07-02 Thread webpypy
As a temporary solution, The admin (manager) sets the password to specific one, then the user (who forgot the password) uses it to log in and change it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.g

[web2py] Re: Google Application Engine return Hello world

2015-07-02 Thread kawate
Thank you i will try on routes.py On Wednesday, July 1, 2015 at 8:51:42 PM UTC+9, Ramkrishan Bhatt wrote: > > Correction , I was using old Google Cloud sdk 1.9.21 thats was having bug > refer this< > http://stackoverflow.com/questions/28879485/unable-to-start-appengine-application-after-updatin

[web2py] Re: expire user password

2015-07-02 Thread Leonel Câmara
I would recommend against this. Passwords expiring is seriously annoying and the security benefits are questionable to say the least. Just demand better passwords and lock users after a few tries if you need more security. -- Resources: -

Re: [web2py] Bunch/Batch/Bulk insert Re-use db.define_table field definition in SQLFORM.factory() ?

2015-07-02 Thread Sujata Aghor
I am also searching for - "How to insert multiple rows on single form submit in web2py"Anyone please please help me. Any clue will help!!! Thanks in advance!!! On Saturday, March 16, 2013 at 10:25:17 AM UTC+5:30, Richard wrote: > > I didn't find noting, but didn't search that much... Ask a