ask password no longer encrypts?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

ask password no longer encrypts?

Post by Simon » Sun Dec 08, 2013 3:26 am

In liveCode ver 6.5 I'm not getting an encrypted string back.

Code: Select all

on mouseUp
   ask password "Please enter your password."
   put it
end mouseUp
I've only tried on desktop.
Is it just me?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: ask password no longer encrypts?

Post by FourthWorld » Sun Dec 08, 2013 5:16 am

It's not just you - logged and in progress:
http://quality.runrev.com/show_bug.cgi?id=11550
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply