I've used gmail app password on one of my website (gmail two step auth is
enabled) and I haven't experienced any issues. I guess... it could be insecure
if somebody can access your web2py admin page (admin should be disabled in
anyway) or somebody cracks your hosting account login (e.g. pythonan
It turns out I needed to make my gmail account less secured in order for
the email to pass through. And as expected, this wasn't a web2py issue.
This was leonel's solution. Thank you Leonel!
P.S.: https://www.google.com/settings/security/lesssecureapps
On Monday, October 26, 2015 at 10:35:43
So, I took a stab at Ivica's post. Created the db in my model file as:
db.define_table("contact_form",
Field("your_name", "string"),
Field("your_email",
requires=IS_EMPTY_OR(IS_EMAIL(error_message='invalid email'))),
Field("your_phone_number", "stri
Hi,
The site is maintained but not actively as I would like.
I've just added new example for the contact form.
http://www.web2pyref.com/example/contact-form-contact-form-with-recaptcha-and-gmail-smtp-service-app-1
My intention is to still continue adding new references and new examples
but unf
The easiess way I can see, is having a form with code/textarea for each
important web2py code container (models/controllers/views, maybe modules),
before any bit of code submit get executed it needs a review from site
administrator or web2py core dev (which is a bottle neck and a time
investment)..
I see. Its not my site or maintaining. It will be upto Ivica I am assuming.
But good discussion!
On Friday, October 23, 2015 at 2:31:49 PM UTC-4, Richard wrote:
>
> It will make it more difficult to review IMHO and you kind of need to
> install the app before you can even look at the code... Si
It will make it more difficult to review IMHO and you kind of need to
install the app before you can even look at the code... Since there can
have nasty piece of code in an uploaded app, I would really avoid this path.
Richard
On Fri, Oct 23, 2015 at 2:20 PM, Ron Chatterjee
wrote:
> Right, or h
Right, or have a link where we can upload .w2p file and install, and have
another link to that app to see if its working.
On Friday, October 23, 2015 at 1:42:12 PM UTC-4, Richard wrote:
>
> Just by providing a way to the user to create model/controller/view file
> to the web2py ref app securely
Just by providing a way to the user to create model/controller/view file to
the web2py ref app securely (which is the difficult path, maybe having a
review of posted code can do the trick) can at least let us know if the
code can work under the current version of web2py that is in use by the
web2py
I agree with Richard. An online demo to make sure the code works will be
great.
On Friday, October 23, 2015 at 11:30:15 AM UTC-4, Richard wrote:
>
> What about snippet validation of code infrastructure??
>
> It sound crazy, but I am sure we can find a way to do it...
>
> Just a working Demo envi
What about snippet validation of code infrastructure??
It sound crazy, but I am sure we can find a way to do it...
Just a working Demo environnement that implement the proposed snippet could
do it, if the demo run that mean the snippet is still working is not
snippet may be put in a queue to be r
Wondering if we can have more examples, source code and snippets gets put
into web2pyref. I don't know who is maintaining the page but few things I
wish I could use example of sending email using gmail SMTP and contact
form, voting, likes, rating, bootstrap3 and social media integration etc.
Ju
I don't know if web2pyslices is better than web2pyref and it doesn't care
for me. My personal opinion is: We need a decent, powerful and usable
website to collect all ours code snippets, examples, recipes, plugins, demo
sites, templates (bs2, bs3, etc.) and for to be honest that is our
Achilles
Some months ago, because I can´t post anything to web2pyslices (others
have the same problem and no one knows why) I post that I could motivate
some of my team (including a designer) for building (and maintain) a new
web2pyslices, and the proposal remains on the table. Right now I have
two idea
14 matches
Mail list logo