[web2py] Help Needed: 403 Error on File Upload in web2py Application on Windows Server with IIS

2024-08-22 Thread Silvian Cedru
Hello everyone, I’m encountering a persistent issue with my web2py application running on a Windows Server with IIS, and I’m hoping someone here might be able to help. *Issue:* Whenever I try to upload a file trough the FE of the application, I receive a 403 Forbidden error. I’ve gone through

Re: [web2py] web2py AWS cognito authentication

2024-02-29 Thread Silvian Cedru
You still know how you did it ? Best Regards kryto...@gmail.com schrieb am Dienstag, 18. September 2018 um 22:32:15 UTC+7: > Hi, yes the pool has been created successfully in AWS. When I use test > units to test the code on the class the authentication works correctly and > AWS responds wi

[web2py] Seeking Advice: Transitioning from LDAP to AWS Cognito for Authentication

2024-02-12 Thread Silvian Cedru
Hello everyone, I've been searching without success and I'm encountering a problem. Currently, I'm utilizing LDAP for authentication in my login system, but I'm interested in switching to AWS Cognito. Unfortunately, I haven't been able to locate any documentation on this transition. I was hopin

Re: [web2py] Binary Distribution questions

2022-11-27 Thread Silvian Cedru
Check this link https://www.hellotech.com/guide/for/how-to-create-a-desktop-shortcut-to-a-website. You can change the icon out as well and make your own one Am Mo., 28. Nov. 2022 um 08:49 Uhr schrieb Silvian Cedru < silvian.ce...@gmail.com>: > I did the same thing I created a desktop

Re: [web2py] Binary Distribution questions

2022-11-27 Thread Silvian Cedru
I did the same thing I created a desktop icon when you click it your browser opens with the app . Am Mo., 28. Nov. 2022 um 06:15 Uhr schrieb William Rosa : > I have a unique constraint for an application. am building for work. Due > to the sensitive nature of the data, the tooling my team uses mu

Re: [web2py] Re: Reset Password does not send email

2022-11-27 Thread Silvian Cedru
eguras > anteriormente > Deben ingresar a la configuración y crear una clave para el servicio que > deseen, pueden tener varias claves. > > El lun, 14 nov 2022 a las 12:30, Silvian Cedru () > escribió: > >> thank you Jim I will give it a try I will let you know &

Re: [web2py] Re: Issue password in plain text before sending when login in the website via HTTPS

2022-11-21 Thread Silvian Cedru
bió: > >> Its weird why does web2py do not salt username and password before >> sending it ? >> >> Silvian Cedru schrieb am Montag, 21. November 2022 um 09:25:05 UTC+7: >> >>> Here is a screenshot after sniffing the network and it is weird since it >>&g

Re: [web2py] Re: Reset Password does not send email

2022-11-14 Thread Silvian Cedru
set tls to True > > Hope this helps > > -Jim > > > > On Fri, Nov 11, 2022 at 10:34 PM Silvian Cedru > wrote: > >> Yeah that is what I tried to do but I am not really sure where I enter >> all the details I got the smtp IP from my own mailserver but I am not

Re: [web2py] Re: Reset Password does not send email

2022-11-11 Thread Silvian Cedru
Yeah that is what I tried to do but I am not really sure where I enter all the details I got the smtp IP from my own mailserver but I am not really sure where I need to pass the username and data trough do you have any idea ? Am Fr., 11. Nov. 2022 um 22:27 Uhr schrieb Jim S : > Are you passing a

[web2py] Re: quick form styling question

2022-09-05 Thread Silvian Cedru
What you actually could do is put the class in the section of the page and overwrite it manually . Give it for example class ".A { width: 50% !important; }" snide...@gmail.com schrieb am Dienstag, 6. September 2022 um 13:12:32 UTC+7: > On Saturday, September 3, 2022 at 5:19:42 PM UTC-7 Dave

[web2py] I have two form submit buttons but I only want one is it possible to hide the other one ?

2022-09-04 Thread Silvian Cedru
Hello everyone, I think I have an issue that can not be resolved that easy to be quite honest I have a custom form and an post form on the same page my issue is I think I made a mistake with the design since it is all in between tabs see screenshot attached. So my question would be is there a b

[web2py] Re: quick form styling question

2022-09-04 Thread Silvian Cedru
Can you show me a picture how it looks right now and post the css so I have an idea ? snide...@gmail.com schrieb am Sonntag, 4. September 2022 um 07:19:42 UTC+7: > Warning: everything I know about BootStrap (BS4) I've learned from the > examples, so I Don't Know Much. > > I have a form with 2 i

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
That would be my controller function I know it is totally wrong but dont know what tu put in there to be honest def add(): form = SQLFORM(db.projects, _name='form_add') if country in (countryt1) redirect(URL('view', vars=dict(countryt1=countryt1)) return locals() snide..

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
: redirect(URL("tier1.com", ...))" Silvian Cedru schrieb am Montag, 29. August 2022 um 17:06:45 UTC+7: > thanks I will give it a try and see if it works appreciate the help > > snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:27:25 UTC+7: > >> On Sunday, Au

[web2py] Re: Web2py deployment on a local so all computers in the network can acess it

2022-08-29 Thread Silvian Cedru
I will run it on a virtual server I think snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:14:58 UTC+7: > On Wednesday, August 24, 2022 at 7:59:43 PM UTC-7 silvia...@gmail.com > wrote: > >> Thanks Tom I will try that >> >> Tom Clerckx schrieb am Mittwoch, 24. August 2022 um 16:53:30 U

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
thanks I will give it a try and see if it works appreciate the help snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:27:25 UTC+7: > On Sunday, August 28, 2022 at 7:50:27 PM UTC-7 silvia...@gmail.com wrote: > >> Actually I have 3 endpoints tier 1 tier 2 and tier 3 so example if >> choo

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-28 Thread Silvian Cedru
Actually I have 3 endpoints tier 1 tier 2 and tier 3 so example if choosing Germany it should redirect to www.website/tier1.com if choosing for example Viertnam it should redirect to www.website/tier3.com that is what I try to achieve but one thing is I have all my countries in arrays sorted fro

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-25 Thread Silvian Cedru
Sure thanks in advance that is my DB so for example if I select company I want it to redirect to company and if I select a certrain country lets say germany or so I want it to redirect to the german page of company would that be possible ? db.define_table('partner', Field('name'), Field('addres

[web2py] Change Form Redirect URL depending on selection

2022-08-24 Thread Silvian Cedru
I have a form with a few selections but I want to redirect it to a other page depends on the selection does someone know how to do that ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/

[web2py] Re: Web2py deployment on a local so all computers in the network can acess it

2022-08-24 Thread Silvian Cedru
Thanks Tom I will try that Tom Clerckx schrieb am Mittwoch, 24. August 2022 um 16:53:30 UTC+7: > Not sure what information you're looking for. > There is no dependency on having an internet connection to deploy your > web2py service. > > With respect to deployment itself, you can follow the depl

[web2py] Web2py deployment on a local so all computers in the network can acess it

2022-08-24 Thread Silvian Cedru
I would like to deploy web2py on a local server but I dont know what to do exactly it will be the local server will not be connected to the Internet so it will be more used as an intranet. Would be great if someone can help me out. -- Resources: - http://web2py.com - http://web2py.com/book (Do

[web2py] eb2py: custom forms can not edit anymore after submitting

2022-08-12 Thread Silvian Cedru
I am working on a custom project in web2py and I am facing one problems I can not edit submitted data anymore for some reason. Controller: @auth.requires(auth.has_membership(group_id = 'admin') or auth.has_membership(group_id = 'project_manager')) def update(): # select project from table